public static interface V1.DownwardAPIVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultMode()
Optional: mode bits to use on created files by default.
|
V1.DownwardAPIVolumeFile |
getItems(int index)
Items is a list of downward API volume file
+optional
|
int |
getItemsCount()
Items is a list of downward API volume file
+optional
|
List<V1.DownwardAPIVolumeFile> |
getItemsList()
Items is a list of downward API volume file
+optional
|
V1.DownwardAPIVolumeFileOrBuilder |
getItemsOrBuilder(int index)
Items is a list of downward API volume file
+optional
|
List<? extends V1.DownwardAPIVolumeFileOrBuilder> |
getItemsOrBuilderList()
Items is a list of downward API volume file
+optional
|
boolean |
hasDefaultMode()
Optional: mode bits to use on created files by default.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1.DownwardAPIVolumeFile> getItemsList()
Items is a list of downward API volume file +optional
repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;V1.DownwardAPIVolumeFile getItems(int index)
Items is a list of downward API volume file +optional
repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;int getItemsCount()
Items is a list of downward API volume file +optional
repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;List<? extends V1.DownwardAPIVolumeFileOrBuilder> getItemsOrBuilderList()
Items is a list of downward API volume file +optional
repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;V1.DownwardAPIVolumeFileOrBuilder getItemsOrBuilder(int index)
Items is a list of downward API volume file +optional
repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;boolean hasDefaultMode()
Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. 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 defaultMode = 2;int getDefaultMode()
Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. 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 defaultMode = 2;Copyright © 2020. All rights reserved.