Class Metal3ClusterStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Metal3ClusterStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<Metal3ClusterStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Metal3ClusterStatus defines the observed state of Metal3Cluster.
    See Also:
    Serialized Form
    • Constructor Detail

      • Metal3ClusterStatus

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

        public Metal3ClusterStatus​(List<io.fabric8.kubernetes.api.model.clusterapi.v1beta1.Condition> conditions,
                                   String failureMessage,
                                   String failureReason,
                                   String lastUpdated,
                                   Boolean ready)
    • Method Detail

      • getConditions

        public List<io.fabric8.kubernetes.api.model.clusterapi.v1beta1.Condition> getConditions()
        Conditions defines current service state of the Metal3Cluster.
      • setConditions

        public void setConditions​(List<io.fabric8.kubernetes.api.model.clusterapi.v1beta1.Condition> conditions)
        Conditions defines current service state of the Metal3Cluster.
      • getFailureMessage

        public String getFailureMessage()
        FailureMessage indicates that there is a fatal problem reconciling the state, and will be set to a descriptive error message.
      • setFailureMessage

        public void setFailureMessage​(String failureMessage)
        FailureMessage indicates that there is a fatal problem reconciling the state, and will be set to a descriptive error message.
      • getFailureReason

        public String getFailureReason()
        FailureReason indicates that there is a fatal problem reconciling the state, and will be set to a token value suitable for programmatic interpretation.
      • setFailureReason

        public void setFailureReason​(String failureReason)
        FailureReason indicates that there is a fatal problem reconciling the state, and will be set to a token value suitable for programmatic interpretation.
      • getLastUpdated

        public String getLastUpdated()
        Metal3ClusterStatus defines the observed state of Metal3Cluster.
      • setLastUpdated

        public void setLastUpdated​(String lastUpdated)
        Metal3ClusterStatus defines the observed state of Metal3Cluster.
      • getReady

        public Boolean getReady()
        Ready denotes that the Metal3 cluster (infrastructure) is ready. In Baremetal case, it does not mean anything for now as no infrastructure steps need to be performed. Required by Cluster API. Set to True by the metal3Cluster controller after creation.
      • setReady

        public void setReady​(Boolean ready)
        Ready denotes that the Metal3 cluster (infrastructure) is ready. In Baremetal case, it does not mean anything for now as no infrastructure steps need to be performed. Required by Cluster API. Set to True by the metal3Cluster controller after creation.
      • getAdditionalProperties

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

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

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