public static interface V1.DownwardAPIVolumeFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
V1.ObjectFieldSelector |
getFieldRef()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
|
V1.ObjectFieldSelectorOrBuilder |
getFieldRefOrBuilder()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
|
int |
getMode()
Optional: mode bits to use on this file, must be a value between 0
and 0777.
|
String |
getPath()
Required: Path is the relative path name of the file to be created.
|
com.google.protobuf.ByteString |
getPathBytes()
Required: Path is the relative path name of the file to be created.
|
V1.ResourceFieldSelector |
getResourceFieldRef()
Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
|
V1.ResourceFieldSelectorOrBuilder |
getResourceFieldRefOrBuilder()
Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
|
boolean |
hasFieldRef()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
|
boolean |
hasMode()
Optional: mode bits to use on this file, must be a value between 0
and 0777.
|
boolean |
hasPath()
Required: Path is the relative path name of the file to be created.
|
boolean |
hasResourceFieldRef()
Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
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 '..'
optional string path = 1;
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 '..'
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
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 '..'
optional string path = 1;
boolean hasFieldRef()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +optional
optional .k8s.io.api.core.v1.ObjectFieldSelector fieldRef = 2;
V1.ObjectFieldSelector getFieldRef()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +optional
optional .k8s.io.api.core.v1.ObjectFieldSelector fieldRef = 2;
V1.ObjectFieldSelectorOrBuilder getFieldRefOrBuilder()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +optional
optional .k8s.io.api.core.v1.ObjectFieldSelector fieldRef = 2;
boolean hasResourceFieldRef()
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. +optional
optional .k8s.io.api.core.v1.ResourceFieldSelector resourceFieldRef = 3;
V1.ResourceFieldSelector getResourceFieldRef()
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. +optional
optional .k8s.io.api.core.v1.ResourceFieldSelector resourceFieldRef = 3;
V1.ResourceFieldSelectorOrBuilder getResourceFieldRefOrBuilder()
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. +optional
optional .k8s.io.api.core.v1.ResourceFieldSelector resourceFieldRef = 3;
boolean hasMode()
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. +optional
optional int32 mode = 4;
int 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. +optional
optional int32 mode = 4;
Copyright © 2021. All rights reserved.