public static final class V1.PersistentVolumeClaimStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder> implements V1.PersistentVolumeClaimStatusOrBuilder
PersistentVolumeClaimStatus is the current status of a persistent volume claim.Protobuf type
k8s.io.api.core.v1.PersistentVolumeClaimStatus| Modifier and Type | Method and Description |
|---|---|
V1.PersistentVolumeClaimStatus.Builder |
addAccessModes(String value)
AccessModes contains the actual access modes the volume backing the PVC has.
|
V1.PersistentVolumeClaimStatus.Builder |
addAccessModesBytes(com.google.protobuf.ByteString value)
AccessModes contains the actual access modes the volume backing the PVC has.
|
V1.PersistentVolumeClaimStatus.Builder |
addAllAccessModes(Iterable<String> values)
AccessModes contains the actual access modes the volume backing the PVC has.
|
V1.PersistentVolumeClaimStatus.Builder |
addAllConditions(Iterable<? extends V1.PersistentVolumeClaimCondition> values)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
addConditions(int index,
V1.PersistentVolumeClaimCondition.Builder builderForValue)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
addConditions(int index,
V1.PersistentVolumeClaimCondition value)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
addConditions(V1.PersistentVolumeClaimCondition.Builder builderForValue)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
addConditions(V1.PersistentVolumeClaimCondition value)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimCondition.Builder |
addConditionsBuilder()
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimCondition.Builder |
addConditionsBuilder(int index)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PersistentVolumeClaimStatus |
build() |
V1.PersistentVolumeClaimStatus |
buildPartial() |
V1.PersistentVolumeClaimStatus.Builder |
clear() |
V1.PersistentVolumeClaimStatus.Builder |
clearAccessModes()
AccessModes contains the actual access modes the volume backing the PVC has.
|
V1.PersistentVolumeClaimStatus.Builder |
clearCapacity() |
V1.PersistentVolumeClaimStatus.Builder |
clearConditions()
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PersistentVolumeClaimStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PersistentVolumeClaimStatus.Builder |
clearPhase()
Phase represents the current phase of PersistentVolumeClaim.
|
V1.PersistentVolumeClaimStatus.Builder |
clone() |
boolean |
containsCapacity(String key)
Represents the actual resources of the underlying volume.
|
String |
getAccessModes(int index)
AccessModes contains the actual access modes the volume backing the PVC has.
|
com.google.protobuf.ByteString |
getAccessModesBytes(int index)
AccessModes contains the actual access modes the volume backing the PVC has.
|
int |
getAccessModesCount()
AccessModes contains the actual access modes the volume backing the PVC has.
|
com.google.protobuf.ProtocolStringList |
getAccessModesList()
AccessModes contains the actual access modes the volume backing the PVC has.
|
Map<String,Resource.Quantity> |
getCapacity()
Deprecated.
|
int |
getCapacityCount()
Represents the actual resources of the underlying volume.
|
Map<String,Resource.Quantity> |
getCapacityMap()
Represents the actual resources of the underlying volume.
|
Resource.Quantity |
getCapacityOrDefault(String key,
Resource.Quantity defaultValue)
Represents the actual resources of the underlying volume.
|
Resource.Quantity |
getCapacityOrThrow(String key)
Represents the actual resources of the underlying volume.
|
V1.PersistentVolumeClaimCondition |
getConditions(int index)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimCondition.Builder |
getConditionsBuilder(int index)
Current Condition of persistent volume claim.
|
List<V1.PersistentVolumeClaimCondition.Builder> |
getConditionsBuilderList()
Current Condition of persistent volume claim.
|
int |
getConditionsCount()
Current Condition of persistent volume claim.
|
List<V1.PersistentVolumeClaimCondition> |
getConditionsList()
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimConditionOrBuilder |
getConditionsOrBuilder(int index)
Current Condition of persistent volume claim.
|
List<? extends V1.PersistentVolumeClaimConditionOrBuilder> |
getConditionsOrBuilderList()
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,Resource.Quantity> |
getMutableCapacity()
Deprecated.
|
String |
getPhase()
Phase represents the current phase of PersistentVolumeClaim.
|
com.google.protobuf.ByteString |
getPhaseBytes()
Phase represents the current phase of PersistentVolumeClaim.
|
boolean |
hasPhase()
Phase represents the current phase of PersistentVolumeClaim.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
V1.PersistentVolumeClaimStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PersistentVolumeClaimStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.PersistentVolumeClaimStatus.Builder |
mergeFrom(V1.PersistentVolumeClaimStatus other) |
V1.PersistentVolumeClaimStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PersistentVolumeClaimStatus.Builder |
putAllCapacity(Map<String,Resource.Quantity> values)
Represents the actual resources of the underlying volume.
|
V1.PersistentVolumeClaimStatus.Builder |
putCapacity(String key,
Resource.Quantity value)
Represents the actual resources of the underlying volume.
|
V1.PersistentVolumeClaimStatus.Builder |
removeCapacity(String key)
Represents the actual resources of the underlying volume.
|
V1.PersistentVolumeClaimStatus.Builder |
removeConditions(int index)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
setAccessModes(int index,
String value)
AccessModes contains the actual access modes the volume backing the PVC has.
|
V1.PersistentVolumeClaimStatus.Builder |
setConditions(int index,
V1.PersistentVolumeClaimCondition.Builder builderForValue)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
setConditions(int index,
V1.PersistentVolumeClaimCondition value)
Current Condition of persistent volume claim.
|
V1.PersistentVolumeClaimStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PersistentVolumeClaimStatus.Builder |
setPhase(String value)
Phase represents the current phase of PersistentVolumeClaim.
|
V1.PersistentVolumeClaimStatus.Builder |
setPhaseBytes(com.google.protobuf.ByteString value)
Phase represents the current phase of PersistentVolumeClaim.
|
V1.PersistentVolumeClaimStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PersistentVolumeClaimStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.PersistentVolumeClaimStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.PersistentVolumeClaimStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.PersistentVolumeClaimStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder mergeFrom(V1.PersistentVolumeClaimStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public V1.PersistentVolumeClaimStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.PersistentVolumeClaimStatus.Builder>IOExceptionpublic boolean hasPhase()
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;hasPhase in interface V1.PersistentVolumeClaimStatusOrBuilderpublic String getPhase()
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;getPhase in interface V1.PersistentVolumeClaimStatusOrBuilderpublic com.google.protobuf.ByteString getPhaseBytes()
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;getPhaseBytes in interface V1.PersistentVolumeClaimStatusOrBuilderpublic V1.PersistentVolumeClaimStatus.Builder setPhase(String value)
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;public V1.PersistentVolumeClaimStatus.Builder clearPhase()
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;public V1.PersistentVolumeClaimStatus.Builder setPhaseBytes(com.google.protobuf.ByteString value)
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;public com.google.protobuf.ProtocolStringList getAccessModesList()
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;getAccessModesList in interface V1.PersistentVolumeClaimStatusOrBuilderpublic int getAccessModesCount()
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;getAccessModesCount in interface V1.PersistentVolumeClaimStatusOrBuilderpublic String getAccessModes(int index)
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;getAccessModes in interface V1.PersistentVolumeClaimStatusOrBuilderpublic com.google.protobuf.ByteString getAccessModesBytes(int index)
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;getAccessModesBytes in interface V1.PersistentVolumeClaimStatusOrBuilderpublic V1.PersistentVolumeClaimStatus.Builder setAccessModes(int index, String value)
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;public V1.PersistentVolumeClaimStatus.Builder addAccessModes(String value)
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;public V1.PersistentVolumeClaimStatus.Builder addAllAccessModes(Iterable<String> values)
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;public V1.PersistentVolumeClaimStatus.Builder clearAccessModes()
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;public V1.PersistentVolumeClaimStatus.Builder addAccessModesBytes(com.google.protobuf.ByteString value)
AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional
repeated string accessModes = 2;public int getCapacityCount()
V1.PersistentVolumeClaimStatusOrBuilderRepresents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;getCapacityCount in interface V1.PersistentVolumeClaimStatusOrBuilderpublic boolean containsCapacity(String key)
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;containsCapacity in interface V1.PersistentVolumeClaimStatusOrBuilder@Deprecated public Map<String,Resource.Quantity> getCapacity()
getCapacityMap() instead.getCapacity in interface V1.PersistentVolumeClaimStatusOrBuilderpublic Map<String,Resource.Quantity> getCapacityMap()
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;getCapacityMap in interface V1.PersistentVolumeClaimStatusOrBuilderpublic Resource.Quantity getCapacityOrDefault(String key, Resource.Quantity defaultValue)
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;getCapacityOrDefault in interface V1.PersistentVolumeClaimStatusOrBuilderpublic Resource.Quantity getCapacityOrThrow(String key)
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;getCapacityOrThrow in interface V1.PersistentVolumeClaimStatusOrBuilderpublic V1.PersistentVolumeClaimStatus.Builder clearCapacity()
public V1.PersistentVolumeClaimStatus.Builder removeCapacity(String key)
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;@Deprecated public Map<String,Resource.Quantity> getMutableCapacity()
public V1.PersistentVolumeClaimStatus.Builder putCapacity(String key, Resource.Quantity value)
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;public V1.PersistentVolumeClaimStatus.Builder putAllCapacity(Map<String,Resource.Quantity> values)
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;public List<V1.PersistentVolumeClaimCondition> getConditionsList()
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;getConditionsList in interface V1.PersistentVolumeClaimStatusOrBuilderpublic int getConditionsCount()
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;getConditionsCount in interface V1.PersistentVolumeClaimStatusOrBuilderpublic V1.PersistentVolumeClaimCondition getConditions(int index)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;getConditions in interface V1.PersistentVolumeClaimStatusOrBuilderpublic V1.PersistentVolumeClaimStatus.Builder setConditions(int index, V1.PersistentVolumeClaimCondition value)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder setConditions(int index, V1.PersistentVolumeClaimCondition.Builder builderForValue)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder addConditions(V1.PersistentVolumeClaimCondition value)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder addConditions(int index, V1.PersistentVolumeClaimCondition value)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder addConditions(V1.PersistentVolumeClaimCondition.Builder builderForValue)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder addConditions(int index, V1.PersistentVolumeClaimCondition.Builder builderForValue)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder addAllConditions(Iterable<? extends V1.PersistentVolumeClaimCondition> values)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder clearConditions()
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimStatus.Builder removeConditions(int index)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimCondition.Builder getConditionsBuilder(int index)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimConditionOrBuilder getConditionsOrBuilder(int index)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;getConditionsOrBuilder in interface V1.PersistentVolumeClaimStatusOrBuilderpublic List<? extends V1.PersistentVolumeClaimConditionOrBuilder> getConditionsOrBuilderList()
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;getConditionsOrBuilderList in interface V1.PersistentVolumeClaimStatusOrBuilderpublic V1.PersistentVolumeClaimCondition.Builder addConditionsBuilder()
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public V1.PersistentVolumeClaimCondition.Builder addConditionsBuilder(int index)
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public List<V1.PersistentVolumeClaimCondition.Builder> getConditionsBuilderList()
Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PersistentVolumeClaimCondition conditions = 4;public final V1.PersistentVolumeClaimStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>public final V1.PersistentVolumeClaimStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PersistentVolumeClaimStatus.Builder>Copyright © 2019. All rights reserved.