Options
All
  • Public
  • Public/Protected
  • All
Menu

CDISpec defines our specification for the CDI installation

export
interface

V1beta1CDISpec

Hierarchy

  • V1beta1CDISpec

Index

Properties

memberof

V1beta1CDISpec

cloneStrategyOverride?: string

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

memberof

V1beta1CDISpec

memberof

V1beta1CDISpec

customizeComponents?: V1beta1CustomizeComponents
memberof

V1beta1CDISpec

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
memberof

V1beta1CDISpec

memberof

V1beta1CDISpec

priorityClass?: string

PriorityClass of the CDI control plane

memberof

V1beta1CDISpec

uninstallStrategy?: string

CDIUninstallStrategy defines the state to leave CDI on uninstall

memberof

V1beta1CDISpec

workload?: ApiNodePlacement
memberof

V1beta1CDISpec

Generated using TypeDoc