Optionalcertcertificate configuration
OptionalcloneClone strategy override: should we use a host-assisted copy even if snapshots are available?
OptionalconfigCDIConfig at CDI level
OptionalcustomizeCustomizeComponents defines patches for components deployed by the CDI operator.
OptionalimagePullPolicy 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 presentOptionalinfraSelectors and tolerations that should apply to cdi infrastructure components
OptionalpriorityPriorityClass of the CDI control plane
OptionaluninstallCDIUninstallStrategy defines the state to leave CDI on uninstall
OptionalworkloadRestrict on which nodes CDI workload pods will be scheduled
CDISpec defines our specification for the CDI installation