Class V1JobCondition
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1JobCondition
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1JobCondition
extends Object
JobCondition describes current state of a job.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Last time the condition was checked.Last time the condition transit from one status to another.Human readable message indicating details about last transition.(brief) reason for the condition's last transition.Status of the condition, one of True, False, Unknown.getType()
Type of job condition, Complete or Failed.int
hashCode()
lastProbeTime
(ZonedDateTime lastProbeTime) Set lastProbeTime in a chainable fashion.lastTransitionTime
(ZonedDateTime lastTransitionTime) Set lastTransitionTime in a chainable fashion.Set message in a chainable fashion.Set reason in a chainable fashion.void
setLastProbeTime
(ZonedDateTime lastProbeTime) Set the lastProbeTime property valuevoid
setLastTransitionTime
(ZonedDateTime lastTransitionTime) Set the lastTransitionTime property valuevoid
setMessage
(String message) Set the message property valuevoid
Set the reason property valuevoid
Set the status property valuevoid
Set the type property valueSet status in a chainable fashion.toString()
Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_LAST_PROBE_TIME
- See Also:
-
JSON_PROPERTY_LAST_TRANSITION_TIME
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1JobCondition
-
-
Method Details
-
getLastProbeTime
Last time the condition was checked.- Returns:
- the lastProbeTime property value
-
setLastProbeTime
Set the lastProbeTime property value -
lastProbeTime
Set lastProbeTime in a chainable fashion.- Returns:
- The same instance of V1JobCondition for chaining.
-
getLastTransitionTime
Last time the condition transit from one status to another.- Returns:
- the lastTransitionTime property value
-
setLastTransitionTime
Set the lastTransitionTime property value -
lastTransitionTime
Set lastTransitionTime in a chainable fashion.- Returns:
- The same instance of V1JobCondition for chaining.
-
getMessage
Human readable message indicating details about last transition.- Returns:
- the message property value
-
setMessage
Set the message property value -
message
Set message in a chainable fashion.- Returns:
- The same instance of V1JobCondition for chaining.
-
getReason
(brief) reason for the condition's last transition.- Returns:
- the reason property value
-
setReason
Set the reason property value -
reason
Set reason in a chainable fashion.- Returns:
- The same instance of V1JobCondition for chaining.
-
getStatus
Status of the condition, one of True, False, Unknown.- Returns:
- the status property value
-
setStatus
Set the status property value -
status
Set status in a chainable fashion.- Returns:
- The same instance of V1JobCondition for chaining.
-
getType
Type of job condition, Complete or Failed.- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1JobCondition for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-