Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1HostPathVolumeSource
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1HostPathVolumeSource
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1HostPathVolumeSource extends Object
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PATHstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1HostPathVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPath()Path of the directory on the host.StringgetType()Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpathinthashCode()IoK8sApiCoreV1HostPathVolumeSourcepath(String path)voidsetPath(String path)voidsetType(String type)StringtoString()IoK8sApiCoreV1HostPathVolumeSourcetype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
path
public IoK8sApiCoreV1HostPathVolumeSource path(String path)
-
getPath
public String 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:
- path
-
setPath
public void setPath(String path)
-
type
public IoK8sApiCoreV1HostPathVolumeSource type(String type)
-
getType
@Nullable public String getType()
Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath- Returns:
- type
-
setType
public void setType(String type)
-
-