Class EgressRouterStatusCondition
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.network.v1.EgressRouterStatusCondition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<EgressRouterStatusConditionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class EgressRouterStatusCondition extends Object implements io.fabric8.kubernetes.api.builder.Editable<EgressRouterStatusConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
EgressRouterStatusCondition represents the state of the egress router's managed and monitored components.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EgressRouterStatusCondition()No args constructor for use in serializationEgressRouterStatusCondition(String lastTransitionTime, String message, String reason, String status, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EgressRouterStatusConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastTransitionTime()EgressRouterStatusCondition represents the state of the egress router's managed and monitored components.StringgetMessage()message provides additional information about the current condition.StringgetReason()reason is the CamelCase reason for the condition's current status.StringgetStatus()status of the condition, one of True, False, Unknown.StringgetType()type specifies the aspect reported by this condition; one of Available, Progressing, DegradedvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastTransitionTime(String lastTransitionTime)EgressRouterStatusCondition represents the state of the egress router's managed and monitored components.voidsetMessage(String message)message provides additional information about the current condition.voidsetReason(String reason)reason is the CamelCase reason for the condition's current status.voidsetStatus(String status)status of the condition, one of True, False, Unknown.voidsetType(String type)type specifies the aspect reported by this condition; one of Available, Progressing, DegradedEgressRouterStatusConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
EgressRouterStatusCondition represents the state of the egress router's managed and monitored components.
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
EgressRouterStatusCondition represents the state of the egress router's managed and monitored components.
-
getMessage
public String getMessage()
message provides additional information about the current condition. This is only to be consumed by humans. It may contain Line Feed characters (U+000A), which should be rendered as new lines.
-
setMessage
public void setMessage(String message)
message provides additional information about the current condition. This is only to be consumed by humans. It may contain Line Feed characters (U+000A), which should be rendered as new lines.
-
getReason
public String getReason()
reason is the CamelCase reason for the condition's current status.
-
setReason
public void setReason(String reason)
reason is the CamelCase reason for the condition's current status.
-
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 aspect reported by this condition; one of Available, Progressing, Degraded
-
setType
public void setType(String type)
type specifies the aspect reported by this condition; one of Available, Progressing, Degraded
-
edit
public EgressRouterStatusConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<EgressRouterStatusConditionBuilder>
-
toBuilder
public EgressRouterStatusConditionBuilder toBuilder()
-
-