Validating Admission Policy Status
    data class ValidatingAdmissionPolicyStatus(val conditions: List<Condition>? = null, val observedGeneration: Int? = null, val typeChecking: TypeChecking? = null)
ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.
Constructors
Link copied to clipboard
                  constructor(conditions: List<Condition>? = null, observedGeneration: Int? = null, typeChecking: TypeChecking? = null)
Properties
Link copied to clipboard
                  The conditions represent the latest available observations of a policy's current state.
Link copied to clipboard
                  The generation observed by the controller.
Link copied to clipboard
                  The results of type checking for each expression. Presence of this field indicates the completion of the type checking.