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

    Interface V1beta1NMStateSpec

    NMStateSpec defines the desired state of NMState

    Index

    Properties

    affinity Affinity is an optional affinity selector that will be added to handler DaemonSet manifest.

    infraAffinity InfraAffinity is an optional affinity selector that will be added to webhook, metrics & console-plugin Deployment manifests.

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

    infraNodeSelector InfraNodeSelector is an optional selector that will be added to webhook, metrics & console-plugin Deployment manifests If InfraNodeSelector is specified, the webhook, metrics and the console plugin will run only on nodes that have each of the indicated key-value pairs as labels applied to the node.

    infraTolerations The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .

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

    nodeSelector NodeSelector is an optional selector that will be added to handler DaemonSet manifest for both workers and control-plane (https://github.com/nmstate/kubernetes-nmstate/blob/main/deploy/handler/operator.yaml). If NodeSelector is specified, the handler will run only on nodes that have each of the indicated key-value pairs as labels applied to the node.

    probeConfiguration ProbeConfiguration is an optional configuration of NMstate probes testing various functionalities. If ProbeConfiguration is specified, the handler will use the config defined here instead of its default values.

    selfSignConfiguration SelfSignConfiguration defines self signed certificate configuration

    tolerations The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .