Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1DownwardAPIVolumeFile
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1DownwardAPIVolumeFile
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1DownwardAPIVolumeFile extends Object
DownwardAPIVolumeFile represents information to create the file containing the pod field
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FIELD_REFstatic StringJSON_PROPERTY_MODEstatic StringJSON_PROPERTY_PATHstatic StringJSON_PROPERTY_RESOURCE_FIELD_REF
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1DownwardAPIVolumeFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1DownwardAPIVolumeFilefieldRef(IoK8sApiCoreV1ObjectFieldSelector fieldRef)IoK8sApiCoreV1ObjectFieldSelectorgetFieldRef()Get fieldRefIntegergetMode()Optional: mode bits to use on this file, must be a value between 0 and 0777.StringgetPath()Required: Path is the relative path name of the file to be created.IoK8sApiCoreV1ResourceFieldSelectorgetResourceFieldRef()Get resourceFieldRefinthashCode()IoK8sApiCoreV1DownwardAPIVolumeFilemode(Integer mode)IoK8sApiCoreV1DownwardAPIVolumeFilepath(String path)IoK8sApiCoreV1DownwardAPIVolumeFileresourceFieldRef(IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef)voidsetFieldRef(IoK8sApiCoreV1ObjectFieldSelector fieldRef)voidsetMode(Integer mode)voidsetPath(String path)voidsetResourceFieldRef(IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FIELD_REF
public static final String JSON_PROPERTY_FIELD_REF
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MODE
public static final String JSON_PROPERTY_MODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCE_FIELD_REF
public static final String JSON_PROPERTY_RESOURCE_FIELD_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
fieldRef
public IoK8sApiCoreV1DownwardAPIVolumeFile fieldRef(IoK8sApiCoreV1ObjectFieldSelector fieldRef)
-
getFieldRef
@Nullable public IoK8sApiCoreV1ObjectFieldSelector getFieldRef()
Get fieldRef- Returns:
- fieldRef
-
setFieldRef
public void setFieldRef(IoK8sApiCoreV1ObjectFieldSelector fieldRef)
-
mode
public IoK8sApiCoreV1DownwardAPIVolumeFile mode(Integer mode)
-
getMode
@Nullable public Integer getMode()
Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.- Returns:
- mode
-
setMode
public void setMode(Integer mode)
-
path
public IoK8sApiCoreV1DownwardAPIVolumeFile path(String path)
-
getPath
public String getPath()
Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'- Returns:
- path
-
setPath
public void setPath(String path)
-
resourceFieldRef
public IoK8sApiCoreV1DownwardAPIVolumeFile resourceFieldRef(IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef)
-
getResourceFieldRef
@Nullable public IoK8sApiCoreV1ResourceFieldSelector getResourceFieldRef()
Get resourceFieldRef- Returns:
- resourceFieldRef
-
setResourceFieldRef
public void setResourceFieldRef(IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef)
-
-