Package io.fabric8.openshift.api.model
Class RouteIngressCondition
- java.lang.Object
-
- io.fabric8.openshift.api.model.RouteIngressCondition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<RouteIngressConditionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class RouteIngressCondition extends Object implements io.fabric8.kubernetes.api.builder.Editable<RouteIngressConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
RouteIngressCondition contains details for the current condition of this route on a particular router.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RouteIngressCondition()No args constructor for use in serializationRouteIngressCondition(String lastTransitionTime, String message, String reason, String status, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteIngressConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastTransitionTime()RouteIngressCondition contains details for the current condition of this route on a particular router.StringgetMessage()Human readable message indicating details about last transition.StringgetReason()(brief) reason for the condition's last transition, and is usually a machine and human readable constantStringgetStatus()status is the status of the condition.StringgetType()type is the type of the condition.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastTransitionTime(String lastTransitionTime)RouteIngressCondition contains details for the current condition of this route on a particular router.voidsetMessage(String message)Human readable message indicating details about last transition.voidsetReason(String reason)(brief) reason for the condition's last transition, and is usually a machine and human readable constantvoidsetStatus(String status)status is the status of the condition.voidsetType(String type)type is the type of the condition.RouteIngressConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
RouteIngressCondition contains details for the current condition of this route on a particular router.
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
RouteIngressCondition contains details for the current condition of this route on a particular router.
-
getMessage
public String getMessage()
Human readable message indicating details about last transition.
-
setMessage
public void setMessage(String message)
Human readable message indicating details about last transition.
-
getReason
public String getReason()
(brief) reason for the condition's last transition, and is usually a machine and human readable constant
-
setReason
public void setReason(String reason)
(brief) reason for the condition's last transition, and is usually a machine and human readable constant
-
getStatus
public String getStatus()
status is the status of the condition. Can be True, False, Unknown.
-
setStatus
public void setStatus(String status)
status is the status of the condition. Can be True, False, Unknown.
-
getType
public String getType()
type is the type of the condition. Currently only Admitted or UnservableInFutureVersions.
-
setType
public void setType(String type)
type is the type of the condition. Currently only Admitted or UnservableInFutureVersions.
-
edit
public RouteIngressConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RouteIngressConditionBuilder>
-
toBuilder
public RouteIngressConditionBuilder toBuilder()
-
-