public static interface V1.ProjectedVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultMode()
Mode bits to use on created files by default.
|
V1.VolumeProjection |
getSources(int index)
list of volume projections
|
int |
getSourcesCount()
list of volume projections
|
List<V1.VolumeProjection> |
getSourcesList()
list of volume projections
|
V1.VolumeProjectionOrBuilder |
getSourcesOrBuilder(int index)
list of volume projections
|
List<? extends V1.VolumeProjectionOrBuilder> |
getSourcesOrBuilderList()
list of volume projections
|
boolean |
hasDefaultMode()
Mode bits to use on created files by default.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1.VolumeProjection> getSourcesList()
list of volume projections
repeated .k8s.io.api.core.v1.VolumeProjection sources = 1;V1.VolumeProjection getSources(int index)
list of volume projections
repeated .k8s.io.api.core.v1.VolumeProjection sources = 1;int getSourcesCount()
list of volume projections
repeated .k8s.io.api.core.v1.VolumeProjection sources = 1;List<? extends V1.VolumeProjectionOrBuilder> getSourcesOrBuilderList()
list of volume projections
repeated .k8s.io.api.core.v1.VolumeProjection sources = 1;V1.VolumeProjectionOrBuilder getSourcesOrBuilder(int index)
list of volume projections
repeated .k8s.io.api.core.v1.VolumeProjection sources = 1;boolean hasDefaultMode()
Mode bits to use on created files by default. Must be a value between 0 and 0777. 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()
Mode bits to use on created files by default. Must be a value between 0 and 0777. 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 © 2018. All rights reserved.