Package io.kubernetes.client.proto
Interface V1.NamespaceConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.NamespaceCondition
,V1.NamespaceCondition.Builder
- Enclosing class:
- V1
public static interface V1.NamespaceConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription+optional+optional+optionalcom.google.protobuf.ByteString
+optional+optionalcom.google.protobuf.ByteString
+optionalStatus of the condition, one of True, False, Unknown.com.google.protobuf.ByteString
Status of the condition, one of True, False, Unknown.getType()
Type of namespace controller condition.com.google.protobuf.ByteString
Type of namespace controller condition.boolean
+optionalboolean
+optionalboolean
+optionalboolean
Status of the condition, one of True, False, Unknown.boolean
hasType()
Type of namespace controller 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 namespace controller condition.
optional string type = 1;
-
getType
String getType()Type of namespace controller condition.
optional string type = 1;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type of namespace controller 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()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
-
getLastTransitionTime
Meta.Time getLastTransitionTime()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
-
getLastTransitionTimeOrBuilder
Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
-
hasReason
boolean hasReason()+optional
optional string reason = 5;
-
getReason
String getReason()+optional
optional string reason = 5;
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()+optional
optional string reason = 5;
-
hasMessage
boolean hasMessage()+optional
optional string message = 6;
-
getMessage
String getMessage()+optional
optional string message = 6;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()+optional
optional string message = 6;
-