Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Defaults ¶
type Defaults struct { DMSImage string `yaml:"dmsImage"` HostNetworkSetupImage string `yaml:"hostNetworkSetupImage"` DPFSystemImage string `yaml:"dpfSystemImage"` DPFToolsImage string `yaml:"dpfToolsImage"` DPUNetworkingHelmChart string `yaml:"dpuNetworkingHelmChart"` MultusImage string `yaml:"multusImage"` SRIOVDPImage string `yaml:"sriovDPImage"` NVIPAMImage string `yaml:"nvipamImage"` OVSCNIImage string `yaml:"ovsCniImage"` // CustomOVNKubernetesDPUImage is the default custom OVN Kubernetes image that should be deployed to the DPU // enabled workers. CustomOVNKubernetesImage string `yaml:"customOVNKubernetesImage"` }
Defaults structure contains the default artifacts that the operators should deploy
Click to show internal directories.
Click to hide internal directories.