public static interface V1.PersistentVolumeClaimStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<String> |
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.
|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhase()
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;String getPhase()
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;com.google.protobuf.ByteString getPhaseBytes()
Phase represents the current phase of PersistentVolumeClaim. +optional
optional string phase = 1;List<String> 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;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;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;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;int getCapacityCount()
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;boolean containsCapacity(String key)
Represents the actual resources of the underlying volume. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 3;@Deprecated Map<String,Resource.Quantity> getCapacity()
getCapacityMap() instead.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;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;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;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;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;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;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;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;Copyright © 2023. All rights reserved.