Class Metal3ClusterStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.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 Summary
Constructors Constructor Description Metal3ClusterStatus()No args constructor for use in serializationMetal3ClusterStatus(List<io.fabric8.kubernetes.api.model.clusterapi.v1beta1.Condition> conditions, String failureMessage, String failureReason, String lastUpdated, Boolean ready)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metal3ClusterStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<io.fabric8.kubernetes.api.model.clusterapi.v1beta1.Condition>getConditions()Conditions defines current service state of the Metal3Cluster.StringgetFailureMessage()FailureMessage indicates that there is a fatal problem reconciling the state, and will be set to a descriptive error message.StringgetFailureReason()FailureReason indicates that there is a fatal problem reconciling the state, and will be set to a token value suitable for programmatic interpretation.StringgetLastUpdated()Metal3ClusterStatus defines the observed state of Metal3Cluster.BooleangetReady()Ready denotes that the Metal3 cluster (infrastructure) is ready.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<io.fabric8.kubernetes.api.model.clusterapi.v1beta1.Condition> conditions)Conditions defines current service state of the Metal3Cluster.voidsetFailureMessage(String failureMessage)FailureMessage indicates that there is a fatal problem reconciling the state, and will be set to a descriptive error message.voidsetFailureReason(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.voidsetLastUpdated(String lastUpdated)Metal3ClusterStatus defines the observed state of Metal3Cluster.voidsetReady(Boolean ready)Ready denotes that the Metal3 cluster (infrastructure) is ready.Metal3ClusterStatusBuildertoBuilder()
-
-
-
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.
-
edit
public Metal3ClusterStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<Metal3ClusterStatusBuilder>
-
toBuilder
public Metal3ClusterStatusBuilder toBuilder()
-
-