Class PodNetworkConnectivityCheckCondition
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.controlplane.v1alpha1.PodNetworkConnectivityCheckCondition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PodNetworkConnectivityCheckConditionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PodNetworkConnectivityCheckCondition extends Object implements io.fabric8.kubernetes.api.builder.Editable<PodNetworkConnectivityCheckConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PodNetworkConnectivityCheckCondition represents the overall status of the pod network connectivity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PodNetworkConnectivityCheckCondition()No args constructor for use in serializationPodNetworkConnectivityCheckCondition(String lastTransitionTime, String message, String reason, String status, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodNetworkConnectivityCheckConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastTransitionTime()PodNetworkConnectivityCheckCondition represents the overall status of the pod network connectivity.StringgetMessage()Message indicating details about last transition in a human readable format.StringgetReason()Reason for the condition's last status transition in a machine readable format.StringgetStatus()Status of the conditionStringgetType()Type of the conditionvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastTransitionTime(String lastTransitionTime)PodNetworkConnectivityCheckCondition represents the overall status of the pod network connectivity.voidsetMessage(String message)Message indicating details about last transition in a human readable format.voidsetReason(String reason)Reason for the condition's last status transition in a machine readable format.voidsetStatus(String status)Status of the conditionvoidsetType(String type)Type of the conditionPodNetworkConnectivityCheckConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
PodNetworkConnectivityCheckCondition represents the overall status of the pod network connectivity.
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
PodNetworkConnectivityCheckCondition represents the overall status of the pod network connectivity.
-
getMessage
public String getMessage()
Message indicating details about last transition in a human readable format.
-
setMessage
public void setMessage(String message)
Message indicating details about last transition in a human readable format.
-
getReason
public String getReason()
Reason for the condition's last status transition in a machine readable format.
-
setReason
public void setReason(String reason)
Reason for the condition's last status transition in a machine readable format.
-
getStatus
public String getStatus()
Status of the condition
-
setStatus
public void setStatus(String status)
Status of the condition
-
getType
public String getType()
Type of the condition
-
setType
public void setType(String type)
Type of the condition
-
edit
public PodNetworkConnectivityCheckConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PodNetworkConnectivityCheckConditionBuilder>
-
toBuilder
public PodNetworkConnectivityCheckConditionBuilder toBuilder()
-
-