Interface V1.NamespaceStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.NamespaceStatus, V1.NamespaceStatus.Builder
Enclosing class:
V1

public static interface V1.NamespaceStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getConditions(int index)
    Represents the latest available observations of a namespace's current state.
    int
    Represents the latest available observations of a namespace's current state.
    Represents the latest available observations of a namespace's current state.
    Represents the latest available observations of a namespace's current state.
    Represents the latest available observations of a namespace's current state.
    Phase is the current lifecycle phase of the namespace.
    com.google.protobuf.ByteString
    Phase is the current lifecycle phase of the namespace.
    boolean
    Phase is the current lifecycle phase of the namespace.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

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

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

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

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

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

      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;