Class Condition
- java.lang.Object
-
- io.fabric8.openshift.api.model.customresourcestatus.conditions.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 represents the state of the operator's reconciliation functionality.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastHeartbeatTime()Condition represents the state of the operator's reconciliation functionality.StringgetLastTransitionTime()Condition represents the state of the operator's reconciliation functionality.StringgetMessage()Condition represents the state of the operator's reconciliation functionality.StringgetReason()Condition represents the state of the operator's reconciliation functionality.StringgetStatus()Condition represents the state of the operator's reconciliation functionality.StringgetType()Condition represents the state of the operator's reconciliation functionality.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastHeartbeatTime(String lastHeartbeatTime)Condition represents the state of the operator's reconciliation functionality.voidsetLastTransitionTime(String lastTransitionTime)Condition represents the state of the operator's reconciliation functionality.voidsetMessage(String message)Condition represents the state of the operator's reconciliation functionality.voidsetReason(String reason)Condition represents the state of the operator's reconciliation functionality.voidsetStatus(String status)Condition represents the state of the operator's reconciliation functionality.voidsetType(String type)Condition represents the state of the operator's reconciliation functionality.ConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastHeartbeatTime
public String getLastHeartbeatTime()
Condition represents the state of the operator's reconciliation functionality.
-
setLastHeartbeatTime
public void setLastHeartbeatTime(String lastHeartbeatTime)
Condition represents the state of the operator's reconciliation functionality.
-
getLastTransitionTime
public String getLastTransitionTime()
Condition represents the state of the operator's reconciliation functionality.
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
Condition represents the state of the operator's reconciliation functionality.
-
getMessage
public String getMessage()
Condition represents the state of the operator's reconciliation functionality.
-
setMessage
public void setMessage(String message)
Condition represents the state of the operator's reconciliation functionality.
-
getReason
public String getReason()
Condition represents the state of the operator's reconciliation functionality.
-
setReason
public void setReason(String reason)
Condition represents the state of the operator's reconciliation functionality.
-
getStatus
public String getStatus()
Condition represents the state of the operator's reconciliation functionality.
-
setStatus
public void setStatus(String status)
Condition represents the state of the operator's reconciliation functionality.
-
getType
public String getType()
Condition represents the state of the operator's reconciliation functionality.
-
setType
public void setType(String type)
Condition represents the state of the operator's reconciliation functionality.
-
edit
public ConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ConditionBuilder>
-
toBuilder
public ConditionBuilder toBuilder()
-
-