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

    CDISpec defines our specification for the CDI installation

    Index

    Properties

    certificate configuration

    cloneStrategyOverride?: string

    Clone strategy override: should we use a host-assisted copy even if snapshots are available?

    CDIConfig at CDI level

    customizeComponents?: V1beta1CustomizeComponents

    CustomizeComponents defines patches for components deployed by the CDI operator.

    {}
    

    PullPolicy describes a policy for if/when to pull a container image

    Possible enum values:

    • "Always" means that kubelet always attempts to pull the latest image. Container will fail If the pull fails.
    • "IfNotPresent" means that kubelet pulls if the image isn't present on disk. Container will fail if the image isn't present and the pull fails.
    • "Never" means that kubelet never pulls an image, but only uses a local image. Container will fail if the image isn't present

    Selectors and tolerations that should apply to cdi infrastructure components

    {}
    
    priorityClass?: string

    PriorityClass of the CDI control plane

    uninstallStrategy?: string

    CDIUninstallStrategy defines the state to leave CDI on uninstall

    workload?: ApiNodePlacement

    Restrict on which nodes CDI workload pods will be scheduled

    {}