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

    Interface V1NodeNetworkConfigurationPolicySpec

    NodeNetworkConfigurationPolicySpec defines the desired state of NodeNetworkConfigurationPolicy

    interface V1NodeNetworkConfigurationPolicySpec {
        capture?: { [key: string]: string };
        desiredState?: any;
        maxUnavailable?: undefined;
        nodeSelector?: { [key: string]: string };
    }
    Index

    Properties

    capture?: { [key: string]: string }

    capture Capture contains expressions with an associated name than can be referenced at the DesiredState.

    desiredState?: any

    desiredState The desired configuration of the policy

    maxUnavailable?: undefined

    maxUnavailable MaxUnavailable specifies percentage or number of machines that can be updating at a time. Default is "50%".

    nodeSelector?: { [key: string]: string }

    nodeSelector NodeSelector is a selector which must be true for the policy to be applied to the node. Selector which must match a node's labels for the policy to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/