Class Condition
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1.Condition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ConditionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Condition extends Object implements io.fabric8.kubernetes.api.builder.Editable<ConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Condition represent the latest available observations of an component's state.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastTransitionTime()Condition represent the latest available observations of an component's state.StringgetLastUpdateTime()Condition represent the latest available observations of an component's state.StringgetMessage()A human readable message indicating details about the transition.StringgetReason()The reason for the condition's last transition.StringgetStatus()Status of the condition, one of True, False, Unknown.StringgetType()Type of condition.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastTransitionTime(String lastTransitionTime)Condition represent the latest available observations of an component's state.voidsetLastUpdateTime(String lastUpdateTime)Condition represent the latest available observations of an component's state.voidsetMessage(String message)A human readable message indicating details about the transition.voidsetReason(String reason)The reason for the condition's last transition.voidsetStatus(String status)Status of the condition, one of True, False, Unknown.voidsetType(String type)Type of condition.ConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
Condition represent the latest available observations of an component's state.
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
Condition represent the latest available observations of an component's state.
-
getLastUpdateTime
public String getLastUpdateTime()
Condition represent the latest available observations of an component's state.
-
setLastUpdateTime
public void setLastUpdateTime(String lastUpdateTime)
Condition represent the latest available observations of an component's state.
-
getMessage
public String getMessage()
A human readable message indicating details about the transition.
-
setMessage
public void setMessage(String message)
A human readable message indicating details about the transition.
-
getReason
public String getReason()
The reason for the condition's last transition.
-
setReason
public void setReason(String reason)
The reason for the condition's last transition.
-
getStatus
public String getStatus()
Status of the condition, one of True, False, Unknown.
-
setStatus
public void setStatus(String status)
Status of the condition, one of True, False, Unknown.
-
getType
public String getType()
Type of condition.
-
setType
public void setType(String type)
Type of condition.
-
edit
public ConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ConditionBuilder>
-
toBuilder
public ConditionBuilder toBuilder()
-
-