Package k8s.io.api.core.v1
Interface Generated.NamespaceStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.NamespaceStatus,Generated.NamespaceStatus.Builder
- Enclosing class:
- Generated
public static interface Generated.NamespaceStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.NamespaceConditiongetConditions(int index)Represents the latest available observations of a namespace's current state.intgetConditionsCount()Represents the latest available observations of a namespace's current state.List<Generated.NamespaceCondition>getConditionsList()Represents the latest available observations of a namespace's current state.Generated.NamespaceConditionOrBuildergetConditionsOrBuilder(int index)Represents the latest available observations of a namespace's current state.List<? extends Generated.NamespaceConditionOrBuilder>getConditionsOrBuilderList()Represents the latest available observations of a namespace's current state.StringgetPhase()Phase is the current lifecycle phase of the namespace.com.google.protobuf.ByteStringgetPhaseBytes()Phase is the current lifecycle phase of the namespace.booleanhasPhase()Phase is the current lifecycle phase of the namespace.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPhase
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;- Returns:
- Whether the phase field is set.
-
getPhase
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;- Returns:
- The phase.
-
getPhaseBytes
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;- Returns:
- The bytes for phase.
-
getConditionsList
List<Generated.NamespaceCondition> getConditionsList()
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
getConditions
Generated.NamespaceCondition getConditions(int index)
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
getConditionsCount
int getConditionsCount()
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
getConditionsOrBuilderList
List<? extends Generated.NamespaceConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
getConditionsOrBuilder
Generated.NamespaceConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a namespace's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.NamespaceCondition conditions = 2;
-
-