ValidatingAdmissionPolicyStatusArgs

data class ValidatingAdmissionPolicyStatusArgs(val conditions: Output<List<ConditionArgs>>? = null, val observedGeneration: Output<Int>? = null, val typeChecking: Output<TypeCheckingArgs>? = null) : ConvertibleToJava<ValidatingAdmissionPolicyStatusArgs>

ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.

Constructors

Link copied to clipboard
constructor(conditions: Output<List<ConditionArgs>>? = null, observedGeneration: Output<Int>? = null, typeChecking: Output<TypeCheckingArgs>? = null)

Properties

Link copied to clipboard
val conditions: Output<List<ConditionArgs>>? = null

The conditions represent the latest available observations of a policy's current state.

Link copied to clipboard
val observedGeneration: Output<Int>? = null

The generation observed by the controller.

Link copied to clipboard
val typeChecking: Output<TypeCheckingArgs>? = null

The results of type checking for each expression. Presence of this field indicates the completion of the type checking.

Functions

Link copied to clipboard
open override fun toJava(): ValidatingAdmissionPolicyStatusArgs