public static interface V1.VolumeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Volume's name.
|
com.google.protobuf.ByteString |
getNameBytes()
Volume's name.
|
V1.VolumeSource |
getVolumeSource()
VolumeSource represents the location and type of the mounted volume.
|
V1.VolumeSourceOrBuilder |
getVolumeSourceOrBuilder()
VolumeSource represents the location and type of the mounted volume.
|
boolean |
hasName()
Volume's name.
|
boolean |
hasVolumeSource()
VolumeSource represents the location and type of the mounted volume.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optional string name = 1;String getName()
Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optional string name = 1;boolean hasVolumeSource()
VolumeSource represents the location and type of the mounted volume. If not specified, the Volume is implied to be an EmptyDir. This implied behavior is deprecated and will be removed in a future version.
optional .k8s.io.api.core.v1.VolumeSource volumeSource = 2;V1.VolumeSource getVolumeSource()
VolumeSource represents the location and type of the mounted volume. If not specified, the Volume is implied to be an EmptyDir. This implied behavior is deprecated and will be removed in a future version.
optional .k8s.io.api.core.v1.VolumeSource volumeSource = 2;V1.VolumeSourceOrBuilder getVolumeSourceOrBuilder()
VolumeSource represents the location and type of the mounted volume. If not specified, the Volume is implied to be an EmptyDir. This implied behavior is deprecated and will be removed in a future version.
optional .k8s.io.api.core.v1.VolumeSource volumeSource = 2;Copyright © 2018. All rights reserved.