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()
-
-