public static interface V1.PersistentVolumeClaimConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Time |
getLastProbeTime()
Last time we probed the condition.
|
Meta.TimeOrBuilder |
getLastProbeTimeOrBuilder()
Last time we probed the condition.
|
Meta.Time |
getLastTransitionTime()
Last time the condition transitioned from one status to another.
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
Last time the condition transitioned from one status to another.
|
String |
getMessage()
Human-readable message indicating details about last transition.
|
com.google.protobuf.ByteString |
getMessageBytes()
Human-readable message indicating details about last transition.
|
String |
getReason()
Unique, this should be a short, machine understandable string that gives the reason
for condition's last transition.
|
com.google.protobuf.ByteString |
getReasonBytes()
Unique, this should be a short, machine understandable string that gives the reason
for condition's last transition.
|
String |
getStatus()
optional string status = 2; |
com.google.protobuf.ByteString |
getStatusBytes()
optional string status = 2; |
String |
getType()
optional string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 1; |
boolean |
hasLastProbeTime()
Last time we probed the condition.
|
boolean |
hasLastTransitionTime()
Last time the condition transitioned from one status to another.
|
boolean |
hasMessage()
Human-readable message indicating details about last transition.
|
boolean |
hasReason()
Unique, this should be a short, machine understandable string that gives the reason
for condition's last transition.
|
boolean |
hasStatus()
optional string status = 2; |
boolean |
hasType()
optional string type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
optional string type = 1;String getType()
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
optional string type = 1;boolean hasStatus()
optional string status = 2;String getStatus()
optional string status = 2;com.google.protobuf.ByteString getStatusBytes()
optional string status = 2;boolean hasLastProbeTime()
Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;Meta.Time getLastProbeTime()
Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;Meta.TimeOrBuilder getLastProbeTimeOrBuilder()
Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;boolean hasLastTransitionTime()
Last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;Meta.Time getLastTransitionTime()
Last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
Last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;boolean hasReason()
Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized. +optional
optional string reason = 5;String getReason()
Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized. +optional
optional string reason = 5;com.google.protobuf.ByteString getReasonBytes()
Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized. +optional
optional string reason = 5;boolean hasMessage()
Human-readable message indicating details about last transition. +optional
optional string message = 6;String getMessage()
Human-readable message indicating details about last transition. +optional
optional string message = 6;com.google.protobuf.ByteString getMessageBytes()
Human-readable message indicating details about last transition. +optional
optional string message = 6;Copyright © 2023. All rights reserved.