public static interface V1.NodeConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Meta.Time |
getLastHeartbeatTime()
Last time we got an update on a given condition.
|
Meta.TimeOrBuilder |
getLastHeartbeatTimeOrBuilder()
Last time we got an update on a given condition.
|
Meta.Time |
getLastTransitionTime()
Last time the condition transit from one status to another.
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
Last time the condition transit 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()
(brief) reason for the condition's last transition.
|
com.google.protobuf.ByteString |
getReasonBytes()
(brief) 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 node condition.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of node condition.
|
boolean |
hasLastHeartbeatTime()
Last time we got an update on a given condition.
|
boolean |
hasLastTransitionTime()
Last time the condition transit from one status to another.
|
boolean |
hasMessage()
Human readable message indicating details about last transition.
|
boolean |
hasReason()
(brief) reason for the condition's last transition.
|
boolean |
hasStatus()
Status of the condition, one of True, False, Unknown.
|
boolean |
hasType()
Type of node condition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
Type of node condition.
optional string type = 1;
String getType()
Type of node condition.
optional string type = 1;
com.google.protobuf.ByteString getTypeBytes()
Type of node 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 hasLastHeartbeatTime()
Last time we got an update on a given condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastHeartbeatTime = 3;
Meta.Time getLastHeartbeatTime()
Last time we got an update on a given condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastHeartbeatTime = 3;
Meta.TimeOrBuilder getLastHeartbeatTimeOrBuilder()
Last time we got an update on a given condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastHeartbeatTime = 3;
boolean hasLastTransitionTime()
Last time the condition transit from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
Meta.Time getLastTransitionTime()
Last time the condition transit from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
Last time the condition transit from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
boolean hasReason()
(brief) reason for the condition's last transition. +optional
optional string reason = 5;
String getReason()
(brief) reason for the condition's last transition. +optional
optional string reason = 5;
com.google.protobuf.ByteString getReasonBytes()
(brief) reason for the condition's last transition. +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 © 2021. All rights reserved.