Class V1PodCondition
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodCondition
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodCondition
extends Object
PodCondition contains details for the current condition of this pod.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanLast time we probed the condition.Last time the condition transitioned from one status to another.Human-readable message indicating details about last transition.Unique, one-word, CamelCase reason for the condition's last transition.Status is the status of the condition.getType()Type is the type of the condition.inthashCode()lastProbeTime(OffsetDateTime lastProbeTime) Set lastProbeTime in a chainable fashion.lastTransitionTime(OffsetDateTime lastTransitionTime) Set lastTransitionTime in a chainable fashion.Set message in a chainable fashion.Set reason in a chainable fashion.voidsetLastProbeTime(OffsetDateTime lastProbeTime) Set the lastProbeTime property valuevoidsetLastTransitionTime(OffsetDateTime lastTransitionTime) Set the lastTransitionTime property valuevoidsetMessage(String message) Set the message property valuevoidSet the reason property valuevoidSet the status property valuevoidSet the type property valueSet status in a chainable fashion.toString()Set type in a chainable fashion.
- 
Field Details- 
JSON_PROPERTY_STATUS- See Also:
 
- 
JSON_PROPERTY_TYPE- See Also:
 
- 
JSON_PROPERTY_LAST_PROBE_TIME- See Also:
 
- 
JSON_PROPERTY_LAST_TRANSITION_TIME- See Also:
 
- 
JSON_PROPERTY_MESSAGE- See Also:
 
- 
JSON_PROPERTY_REASON- See Also:
 
 
- 
- 
Constructor Details- 
V1PodCondition
 
- 
- 
Method Details- 
getStatusStatus is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions- Returns:
- the status property value
 
- 
setStatusSet the status property value- Parameters:
- status- property value to set
 
- 
statusSet status in a chainable fashion.- Returns:
- The same instance of V1PodCondition for chaining.
 
- 
getTypeType is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions- Returns:
- the type property value
 
- 
setTypeSet the type property value- Parameters:
- type- property value to set
 
- 
typeSet type in a chainable fashion.- Returns:
- The same instance of V1PodCondition for chaining.
 
- 
getLastProbeTimeLast time we probed the condition.- Returns:
- the lastProbeTime property value
 
- 
setLastProbeTimeSet the lastProbeTime property value- Parameters:
- lastProbeTime- property value to set
 
- 
lastProbeTimeSet lastProbeTime in a chainable fashion.- Returns:
- The same instance of V1PodCondition for chaining.
 
- 
getLastTransitionTimeLast time the condition transitioned from one status to another.- Returns:
- the lastTransitionTime property value
 
- 
setLastTransitionTimeSet the lastTransitionTime property value- Parameters:
- lastTransitionTime- property value to set
 
- 
lastTransitionTimeSet lastTransitionTime in a chainable fashion.- Returns:
- The same instance of V1PodCondition for chaining.
 
- 
getMessageHuman-readable message indicating details about last transition.- Returns:
- the message property value
 
- 
setMessageSet the message property value- Parameters:
- message- property value to set
 
- 
messageSet message in a chainable fashion.- Returns:
- The same instance of V1PodCondition for chaining.
 
- 
getReasonUnique, one-word, CamelCase reason for the condition's last transition.- Returns:
- the reason property value
 
- 
setReasonSet the reason property value- Parameters:
- reason- property value to set
 
- 
reasonSet reason in a chainable fashion.- Returns:
- The same instance of V1PodCondition for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-