@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiAdmissionregistrationV1beta1ValidatingAdmissionPolicyStatus

    ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.

    interface IoK8sApiAdmissionregistrationV1beta1ValidatingAdmissionPolicyStatus {
        conditions?: IoK8sApimachineryPkgApisMetaV1Condition[];
        observedGeneration?: number;
        typeChecking?: IoK8sApiAdmissionregistrationV1beta1TypeChecking;
    }
    Index

    Properties

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

    observedGeneration?: number

    The generation observed by the controller.

    int64

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