Package io.kubernetes.client.proto
Interface V1.NodeConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.NodeCondition
,V1.NodeCondition.Builder
- Enclosing class:
- V1
public static interface V1.NodeConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLast time we got an update on a given condition.Last time we got an update on a given condition.Last time the condition transit from one status to another.Last time the condition transit 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.(brief) reason for the condition's last transition.com.google.protobuf.ByteString
(brief) reason for the condition's last transition.Status of the condition, one of True, False, Unknown.com.google.protobuf.ByteString
Status of the condition, one of True, False, Unknown.getType()
Type of node condition.com.google.protobuf.ByteString
Type of node condition.boolean
Last time we got an update on a given condition.boolean
Last time the condition transit from one status to another.boolean
Human readable message indicating details about last transition.boolean
(brief) reason for the condition's last transition.boolean
Status of the condition, one of True, False, Unknown.boolean
hasType()
Type of node condition.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()Type of node condition.
optional string type = 1;
-
getType
String getType()Type of node condition.
optional string type = 1;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type of node 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;
-
hasLastHeartbeatTime
boolean hasLastHeartbeatTime()Last time we got an update on a given condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastHeartbeatTime = 3;
-
getLastHeartbeatTime
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;
-
getLastHeartbeatTimeOrBuilder
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;
-
hasLastTransitionTime
boolean hasLastTransitionTime()Last time the condition transit 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 transit 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 transit from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
-
hasReason
boolean hasReason()(brief) reason for the condition's last transition. +optional
optional string reason = 5;
-
getReason
String getReason()(brief) reason for the condition's last transition. +optional
optional string reason = 5;
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()(brief) reason for the condition's last transition. +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;
-