public static interface V1.NamespaceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.NamespaceCondition |
getConditions(int index)
Represents the latest available observations of a namespace's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a namespace's current state.
|
List<V1.NamespaceCondition> |
getConditionsList()
Represents the latest available observations of a namespace's current state.
|
V1.NamespaceConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a namespace's current state.
|
List<? extends V1.NamespaceConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a namespace's current state.
|
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;List<V1.NamespaceCondition> getConditionsList()
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;V1.NamespaceCondition getConditions(int index)
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;int getConditionsCount()
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;List<? extends V1.NamespaceConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;V1.NamespaceConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;Copyright © 2023. All rights reserved.