public static interface V1beta1Extensions.ReplicaSetConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Meta.Time |
getLastTransitionTime()
The last time the condition transitioned from one status to another.
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
The last time the condition transitioned from one status to another.
|
String |
getMessage()
A human readable message indicating details about the transition.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human readable message indicating details about the transition.
|
String |
getReason()
The reason for the condition's last transition.
|
com.google.protobuf.ByteString |
getReasonBytes()
The reason for the condition's last transition.
|
String |
getStatus()
Status of the condition, one of True, False, Unknown.
|
com.google.protobuf.ByteString |
getStatusBytes()
Status of the condition, one of True, False, Unknown.
|
String |
getType()
Type of replica set condition.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of replica set condition.
|
boolean |
hasLastTransitionTime()
The last time the condition transitioned from one status to another.
|
boolean |
hasMessage()
A human readable message indicating details about the transition.
|
boolean |
hasReason()
The reason for the condition's last transition.
|
boolean |
hasStatus()
Status of the condition, one of True, False, Unknown.
|
boolean |
hasType()
Type of replica set condition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
Type of replica set condition.
optional string type = 1;
String getType()
Type of replica set condition.
optional string type = 1;
com.google.protobuf.ByteString getTypeBytes()
Type of replica set condition.
optional string type = 1;
boolean hasStatus()
Status of the condition, one of True, False, Unknown.
optional string status = 2;
String getStatus()
Status of the condition, one of True, False, Unknown.
optional string status = 2;
com.google.protobuf.ByteString getStatusBytes()
Status of the condition, one of True, False, Unknown.
optional string status = 2;
boolean hasLastTransitionTime()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
Meta.Time getLastTransitionTime()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
boolean hasReason()
The reason for the condition's last transition. +optional
optional string reason = 4;
String getReason()
The reason for the condition's last transition. +optional
optional string reason = 4;
com.google.protobuf.ByteString getReasonBytes()
The reason for the condition's last transition. +optional
optional string reason = 4;
boolean hasMessage()
A human readable message indicating details about the transition. +optional
optional string message = 5;
String getMessage()
A human readable message indicating details about the transition. +optional
optional string message = 5;
com.google.protobuf.ByteString getMessageBytes()
A human readable message indicating details about the transition. +optional
optional string message = 5;
Copyright © 2022. All rights reserved.