Package io.kubernetes.client.proto
Interface V1.PersistentVolumeClaimConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PersistentVolumeClaimCondition
,V1.PersistentVolumeClaimCondition.Builder
- Enclosing class:
- V1
public static interface V1.PersistentVolumeClaimConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLast time we probed the condition.Last time we probed the condition.Last time the condition transitioned from one status to another.Last time the condition transitioned from one status to another.Human-readable message indicating details about last transition.com.google.protobuf.ByteString
Human-readable message indicating details about last transition.Unique, this should be a short, machine understandable string that gives the reason for condition's last transition.com.google.protobuf.ByteString
Unique, this should be a short, machine understandable string that gives the reason for condition's last transition.optional string status = 2;
com.google.protobuf.ByteString
optional string status = 2;
getType()
optional string type = 1;
com.google.protobuf.ByteString
optional string type = 1;
boolean
Last time we probed the condition.boolean
Last time the condition transitioned from one status to another.boolean
Human-readable message indicating details about last transition.boolean
Unique, this should be a short, machine understandable string that gives the reason for condition's last transition.boolean
optional string status = 2;
boolean
hasType()
optional string type = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()optional string type = 1;
-
getType
String getType()optional string type = 1;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional string type = 1;
-
hasStatus
boolean hasStatus()optional string status = 2;
-
getStatus
String getStatus()optional string status = 2;
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()optional string status = 2;
-
hasLastProbeTime
boolean hasLastProbeTime()Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
-
getLastProbeTime
Meta.Time getLastProbeTime()Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
-
getLastProbeTimeOrBuilder
Meta.TimeOrBuilder getLastProbeTimeOrBuilder()Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
-
hasLastTransitionTime
boolean hasLastTransitionTime()Last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
-
getLastTransitionTime
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;
-
getLastTransitionTimeOrBuilder
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;
-
hasReason
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;
-
getReason
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;
-
getReasonBytes
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;
-
hasMessage
boolean hasMessage()Human-readable message indicating details about last transition. +optional
optional string message = 6;
-
getMessage
String getMessage()Human-readable message indicating details about last transition. +optional
optional string message = 6;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()Human-readable message indicating details about last transition. +optional
optional string message = 6;
-