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

    Interface V1beta1NodeNetworkConfigurationEnactmentStatus

    NodeNetworkConfigurationEnactmentStatus defines the observed state of NodeNetworkConfigurationEnactment

    interface V1beta1NodeNetworkConfigurationEnactmentStatus {
        capturedStates?: { [key: string]: object };
        conditions?: V1beta1NodeNetworkConfigurationEnactmentStatusConditions[];
        desiredState?: any;
        desiredStateMetaInfo?: V1beta1NodeNetworkConfigurationEnactmentStatusDesiredStateMetaInfo;
        features?: string[];
        policyGeneration?: number;
    }
    Index

    Properties

    capturedStates?: { [key: string]: object }

    capturedStates A cache containing the resolved captures after processing the capture at NNCP

    conditions

    desiredState?: any

    desiredState The desired state rendered for the enactment's node using the policy desiredState as template

    desiredStateMetaInfo

    features?: string[]

    features

    policyGeneration?: number

    policyGeneration The generation from policy needed to check if an enactment condition status belongs to the same policy version