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://git.k8s.io/community/contributors/design-proposals/namespaces.md#phases +optional
optional string phase = 1;String getPhase()
Phase is the current lifecycle phase of the namespace. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#phases +optional
optional string phase = 1;com.google.protobuf.ByteString getPhaseBytes()
Phase is the current lifecycle phase of the namespace. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#phases +optional
optional string phase = 1;Copyright © 2018. All rights reserved.