Package io.kubernetes.client.proto
Interface V1Apps.ReplicaSetConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Apps.ReplicaSetCondition,V1Apps.ReplicaSetCondition.Builder
- Enclosing class:
- V1Apps
public static interface V1Apps.ReplicaSetConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe last time the condition transitioned from one status to another.The last time the condition transitioned from one status to another.A human readable message indicating details about the transition.com.google.protobuf.ByteStringA human readable message indicating details about the transition.The reason for the condition's last transition.com.google.protobuf.ByteStringThe reason for the condition's last transition.Status of the condition, one of True, False, Unknown.com.google.protobuf.ByteStringStatus of the condition, one of True, False, Unknown.getType()Type of replica set condition.com.google.protobuf.ByteStringType of replica set condition.booleanThe last time the condition transitioned from one status to another.booleanA human readable message indicating details about the transition.booleanThe reason for the condition's last transition.booleanStatus of the condition, one of True, False, Unknown.booleanhasType()Type of replica set condition.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()Type of replica set condition.
optional string type = 1; -
getType
String getType()Type of replica set condition.
optional string type = 1; -
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type of replica set condition.
optional string type = 1; -
hasStatus
boolean hasStatus()Status of the condition, one of True, False, Unknown.
optional string status = 2; -
getStatus
String getStatus()Status of the condition, one of True, False, Unknown.
optional string status = 2; -
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()Status of the condition, one of True, False, Unknown.
optional string status = 2; -
hasLastTransitionTime
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; -
getLastTransitionTime
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; -
getLastTransitionTimeOrBuilder
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; -
hasReason
boolean hasReason()The reason for the condition's last transition. +optional
optional string reason = 4; -
getReason
String getReason()The reason for the condition's last transition. +optional
optional string reason = 4; -
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()The reason for the condition's last transition. +optional
optional string reason = 4; -
hasMessage
boolean hasMessage()A human readable message indicating details about the transition. +optional
optional string message = 5; -
getMessage
String getMessage()A human readable message indicating details about the transition. +optional
optional string message = 5; -
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()A human readable message indicating details about the transition. +optional
optional string message = 5;
-