public static interface V1.PersistentVolumeClaimVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
hasClaimName()
ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
|
boolean |
hasReadOnly()
Will force the ReadOnly setting in VolumeMounts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClaimName()
ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
optional string claimName = 1;String getClaimName()
ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
optional 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: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
optional string claimName = 1;boolean hasReadOnly()
Will force the ReadOnly setting in VolumeMounts. Default false. +optional
optional bool readOnly = 2;boolean getReadOnly()
Will force the ReadOnly setting in VolumeMounts. Default false. +optional
optional bool readOnly = 2;Copyright © 2018. All rights reserved.