public interface PersistentVolumeClaimVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClaimName()
ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
|
com.google.protobuf.ByteString |
getClaimNameBytes()
ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
|
boolean |
getReadOnly()
Will force the ReadOnly setting in VolumeMounts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getClaimName()
ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims
string claimName = 1;com.google.protobuf.ByteString getClaimNameBytes()
ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims
string claimName = 1;boolean getReadOnly()
Will force the ReadOnly setting in VolumeMounts. Default false. +optional
bool readOnly = 2;