Validating Admission Policy Status Patch
data class ValidatingAdmissionPolicyStatusPatch(val conditions: List<ConditionPatch>? = null, val observedGeneration: Int? = null, val typeChecking: TypeCheckingPatch? = null)
ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.
Constructors
Link copied to clipboard
constructor(conditions: List<ConditionPatch>? = null, observedGeneration: Int? = null, typeChecking: TypeCheckingPatch? = 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.