Class ContainerRuntimeConfigCondition
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.ContainerRuntimeConfigCondition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ContainerRuntimeConfigConditionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ContainerRuntimeConfigCondition extends Object implements io.fabric8.kubernetes.api.builder.Editable<ContainerRuntimeConfigConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ContainerRuntimeConfigCondition defines the state of the ContainerRuntimeConfig- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContainerRuntimeConfigCondition()No args constructor for use in serializationContainerRuntimeConfigCondition(String lastTransitionTime, String message, String reason, String status, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerRuntimeConfigConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastTransitionTime()ContainerRuntimeConfigCondition defines the state of the ContainerRuntimeConfigStringgetMessage()message provides additional information about the current condition.StringgetReason()reason is the reason for the condition's last transition.StringgetStatus()status of the condition, one of True, False, Unknown.StringgetType()type specifies the state of the operator's reconciliation functionality.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastTransitionTime(String lastTransitionTime)ContainerRuntimeConfigCondition defines the state of the ContainerRuntimeConfigvoidsetMessage(String message)message provides additional information about the current condition.voidsetReason(String reason)reason is the reason for the condition's last transition.voidsetStatus(String status)status of the condition, one of True, False, Unknown.voidsetType(String type)type specifies the state of the operator's reconciliation functionality.ContainerRuntimeConfigConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
ContainerRuntimeConfigCondition defines the state of the ContainerRuntimeConfig
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
ContainerRuntimeConfigCondition defines the state of the ContainerRuntimeConfig
-
getMessage
public String getMessage()
message provides additional information about the current condition. This is only to be consumed by humans.
-
setMessage
public void setMessage(String message)
message provides additional information about the current condition. This is only to be consumed by humans.
-
getReason
public String getReason()
reason is the reason for the condition's last transition. Reasons are PascalCase
-
setReason
public void setReason(String reason)
reason is the reason for the condition's last transition. Reasons are PascalCase
-
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 specifies the state of the operator's reconciliation functionality.
-
setType
public void setType(String type)
type specifies the state of the operator's reconciliation functionality.
-
edit
public ContainerRuntimeConfigConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ContainerRuntimeConfigConditionBuilder>
-
toBuilder
public ContainerRuntimeConfigConditionBuilder toBuilder()
-
-