public interface DownwardAPIVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultMode()
Optional: mode bits to use on created files by default.
|
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
|
java.util.List<DownwardAPIVolumeFile> |
getItemsList()
Items is a list of downward API volume file
+optional
|
DownwardAPIVolumeFileOrBuilder |
getItemsOrBuilder(int index)
Items is a list of downward API volume file
+optional
|
java.util.List<? extends DownwardAPIVolumeFileOrBuilder> |
getItemsOrBuilderList()
Items is a list of downward API volume file
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<DownwardAPIVolumeFile> getItemsList()
Items is a list of downward API volume file +optional
repeated .appscode.kubernetes.v1beta2.DownwardAPIVolumeFile items = 1;DownwardAPIVolumeFile getItems(int index)
Items is a list of downward API volume file +optional
repeated .appscode.kubernetes.v1beta2.DownwardAPIVolumeFile items = 1;int getItemsCount()
Items is a list of downward API volume file +optional
repeated .appscode.kubernetes.v1beta2.DownwardAPIVolumeFile items = 1;java.util.List<? extends DownwardAPIVolumeFileOrBuilder> getItemsOrBuilderList()
Items is a list of downward API volume file +optional
repeated .appscode.kubernetes.v1beta2.DownwardAPIVolumeFile items = 1;DownwardAPIVolumeFileOrBuilder getItemsOrBuilder(int index)
Items is a list of downward API volume file +optional
repeated .appscode.kubernetes.v1beta2.DownwardAPIVolumeFile items = 1;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
int32 defaultMode = 2;