Clone strategy override: should we use a host-assisted copy even if snapshots are available?
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 presentPriorityClass of the CDI control plane
CDIUninstallStrategy defines the state to leave CDI on uninstall
Generated using TypeDoc
CDISpec defines our specification for the CDI installation
V1beta1CDISpec