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, hasOneofboolean 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 © 2020. All rights reserved.