public interface DownwardAPIVolumeFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ObjectFieldSelector |
getFieldRef()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
|
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.
|
java.lang.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.
|
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.
|
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 |
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, hasOneofjava.lang.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 '..'
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 '..'
string path = 1;boolean hasFieldRef()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +optional
.appscode.kubernetes.v1beta2.ObjectFieldSelector fieldRef = 2;ObjectFieldSelector getFieldRef()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +optional
.appscode.kubernetes.v1beta2.ObjectFieldSelector fieldRef = 2;ObjectFieldSelectorOrBuilder getFieldRefOrBuilder()
Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. +optional
.appscode.kubernetes.v1beta2.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
.appscode.kubernetes.v1beta2.ResourceFieldSelector resourceFieldRef = 3;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
.appscode.kubernetes.v1beta2.ResourceFieldSelector resourceFieldRef = 3;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
.appscode.kubernetes.v1beta2.ResourceFieldSelector resourceFieldRef = 3;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
int32 mode = 4;