public static interface V1.NamespaceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPhase()
Phase is the current lifecycle phase of the namespace.
|
com.google.protobuf.ByteString |
getPhaseBytes()
Phase is the current lifecycle phase of the namespace.
|
boolean |
hasPhase()
Phase is the current lifecycle phase of the namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPhase()
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
String getPhase()
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
com.google.protobuf.ByteString getPhaseBytes()
Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +optional
optional string phase = 1;
Copyright © 2021. All rights reserved.