Class NamespaceStatus

    • Constructor Detail

      • NamespaceStatus

        public NamespaceStatus()
        No args constructor for use in serialization
    • Method Detail

      • getConditions

        public List<NamespaceCondition> getConditions()
        Represents the latest available observations of a namespace's current state.
      • setConditions

        public void setConditions​(List<NamespaceCondition> conditions)
        Represents the latest available observations of a namespace's current state.
      • getPhase

        public String getPhase()
        Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
      • setPhase

        public void setPhase​(String phase)
        Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)