public static interface V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Meta.Time |
getLastTransitionTime()
lastTransitionTime is the last time the condition transitioned from
one status to another
+optional
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
lastTransitionTime is the last time the condition transitioned from
one status to another
+optional
|
String |
getMessage()
message is a human-readable explanation containing details about
the transition
+optional
|
com.google.protobuf.ByteString |
getMessageBytes()
message is a human-readable explanation containing details about
the transition
+optional
|
String |
getReason()
reason is the reason for the condition's last transition.
|
com.google.protobuf.ByteString |
getReasonBytes()
reason is the reason for the condition's last transition.
|
String |
getStatus()
status is the status of the condition (True, False, Unknown)
|
com.google.protobuf.ByteString |
getStatusBytes()
status is the status of the condition (True, False, Unknown)
|
String |
getType()
type describes the current condition
|
com.google.protobuf.ByteString |
getTypeBytes()
type describes the current condition
|
boolean |
hasLastTransitionTime()
lastTransitionTime is the last time the condition transitioned from
one status to another
+optional
|
boolean |
hasMessage()
message is a human-readable explanation containing details about
the transition
+optional
|
boolean |
hasReason()
reason is the reason for the condition's last transition.
|
boolean |
hasStatus()
status is the status of the condition (True, False, Unknown)
|
boolean |
hasType()
type describes the current condition
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
type describes the current condition
optional string type = 1;
String getType()
type describes the current condition
optional string type = 1;
com.google.protobuf.ByteString getTypeBytes()
type describes the current condition
optional string type = 1;
boolean hasStatus()
status is the status of the condition (True, False, Unknown)
optional string status = 2;
String getStatus()
status is the status of the condition (True, False, Unknown)
optional string status = 2;
com.google.protobuf.ByteString getStatusBytes()
status is the status of the condition (True, False, Unknown)
optional string status = 2;
boolean hasLastTransitionTime()
lastTransitionTime is 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()
lastTransitionTime is 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()
lastTransitionTime is 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()
reason is the reason for the condition's last transition. +optional
optional string reason = 4;
String getReason()
reason is the reason for the condition's last transition. +optional
optional string reason = 4;
com.google.protobuf.ByteString getReasonBytes()
reason is the reason for the condition's last transition. +optional
optional string reason = 4;
boolean hasMessage()
message is a human-readable explanation containing details about the transition +optional
optional string message = 5;
String getMessage()
message is a human-readable explanation containing details about the transition +optional
optional string message = 5;
com.google.protobuf.ByteString getMessageBytes()
message is a human-readable explanation containing details about the transition +optional
optional string message = 5;
Copyright © 2021. All rights reserved.