ValidatingAdmissionPolicyStatusPatch

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val observedGeneration: Int? = null

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.