Class ProjectStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ProjectStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ProjectStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ProjectStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ProjectStatus is information about the current status of a Project
    See Also:
    Serialized Form
    • Constructor Detail

      • ProjectStatus

        public ProjectStatus()
        No args constructor for use in serialization
      • ProjectStatus

        public ProjectStatus​(List<io.fabric8.kubernetes.api.model.NamespaceCondition> conditions,
                             String phase)
    • Method Detail

      • getConditions

        public List<io.fabric8.kubernetes.api.model.NamespaceCondition> getConditions()
        Represents the latest available observations of the project current state.
      • setConditions

        public void setConditions​(List<io.fabric8.kubernetes.api.model.NamespaceCondition> conditions)
        Represents the latest available observations of the project current state.
      • getPhase

        public String getPhase()
        phase is the current lifecycle phase of the project


        Possible enum values:

        - `"Active"` means the namespace is available for use in the system

        - `"Terminating"` means the namespace is undergoing graceful termination

      • setPhase

        public void setPhase​(String phase)
        phase is the current lifecycle phase of the project


        Possible enum values:

        - `"Active"` means the namespace is available for use in the system

        - `"Terminating"` means the namespace is undergoing graceful termination

      • getAdditionalProperties

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

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

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