Class V1HostPathVolumeSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1HostPathVolumeSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1HostPathVolumeSource
extends Object
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getPath()
path of the directory on the host.getType()
type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpathint
hashCode()
Set path in a chainable fashion.void
Set the path property valuevoid
Set the type property valuetoString()
Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1HostPathVolumeSource
-
-
Method Details
-
getPath
path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath- Returns:
- the path property value
-
setPath
Set the path property value -
path
Set path in a chainable fashion.- Returns:
- The same instance of V1HostPathVolumeSource for chaining.
-
getType
type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1HostPathVolumeSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-