Class V1DownwardAPIVolumeFile
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1DownwardAPIVolumeFile
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1DownwardAPIVolumeFile
extends Object
DownwardAPIVolumeFile represents information to create the file containing the pod field
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
fieldRef
(V1ObjectFieldSelector fieldRef) Set fieldRef in a chainable fashion.getMode()
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.getPath()
Required: Path is the relative path name of the file to be created.int
hashCode()
Set mode in a chainable fashion.Set path in a chainable fashion.resourceFieldRef
(V1ResourceFieldSelector resourceFieldRef) Set resourceFieldRef in a chainable fashion.void
setFieldRef
(V1ObjectFieldSelector fieldRef) Set the fieldRef property valuevoid
Set the mode property valuevoid
Set the path property valuevoid
setResourceFieldRef
(V1ResourceFieldSelector resourceFieldRef) Set the resourceFieldRef property valuetoString()
-
Field Details
-
JSON_PROPERTY_FIELD_REF
- See Also:
-
JSON_PROPERTY_MODE
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_RESOURCE_FIELD_REF
- See Also:
-
-
Constructor Details
-
V1DownwardAPIVolumeFile
-
-
Method Details
-
getFieldRef
- Returns:
- the fieldRef property value
-
setFieldRef
Set the fieldRef property value -
fieldRef
Set fieldRef in a chainable fashion.- Returns:
- The same instance of V1DownwardAPIVolumeFile for chaining.
-
getMode
Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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:
- the mode property value
-
setMode
Set the mode property value -
mode
Set mode in a chainable fashion.- Returns:
- The same instance of V1DownwardAPIVolumeFile for chaining.
-
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:
- the path property value
-
setPath
Set the path property value -
path
Set path in a chainable fashion.- Returns:
- The same instance of V1DownwardAPIVolumeFile for chaining.
-
getResourceFieldRef
- Returns:
- the resourceFieldRef property value
-
setResourceFieldRef
Set the resourceFieldRef property value -
resourceFieldRef
Set resourceFieldRef in a chainable fashion.- Returns:
- The same instance of V1DownwardAPIVolumeFile for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-