Condition Args
data class ConditionArgs(val lastTransitionTime: Output<String>, val message: Output<String>, val observedGeneration: Output<Int>? = null, val reason: Output<String>, val status: Output<String>, val type: Output<String>) : ConvertibleToJava<ConditionArgs>
Condition contains details for one aspect of the current state of this API Resource.
Constructors
Functions
Properties
Link copied to clipboard
reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.