Interface Generated.NamespaceStatusOrBuilder

    • 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;