Class V1beta1FlowSchemaCondition
java.lang.Object
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1beta1FlowSchemaCondition
extends Object
FlowSchemaCondition describes conditions for a FlowSchema.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
`lastTransitionTime` is the last time the condition transitioned from one status to another.`message` is a human-readable message indicating details about last transition.`reason` is a 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.int
hashCode()
lastTransitionTime
(OffsetDateTime lastTransitionTime) void
setLastTransitionTime
(OffsetDateTime lastTransitionTime) void
setMessage
(String message) void
void
void
toString()
-
Field Details
-
SERIALIZED_NAME_LAST_TRANSITION_TIME
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_REASON
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
V1beta1FlowSchemaCondition
public V1beta1FlowSchemaCondition()
-
-
Method Details
-
lastTransitionTime
-
getLastTransitionTime
`lastTransitionTime` is the last time the condition transitioned from one status to another.- Returns:
- lastTransitionTime
-
setLastTransitionTime
-
message
-
getMessage
`message` is a human-readable message indicating details about last transition.- Returns:
- message
-
setMessage
-
reason
-
getReason
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.- Returns:
- reason
-
setReason
-
status
-
getStatus
`status` is the status of the condition. Can be True, False, Unknown. Required.- Returns:
- status
-
setStatus
-
type
-
getType
`type` is the type of the condition. Required.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-