release

package
v0.0.0-...-1f6a80c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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

func NewDefaults

func NewDefaults() *Defaults

NewDefaults creates a new defaults object

func (*Defaults) Parse

func (d *Defaults) Parse() error

Parse parses the defaults from the embedded generated YAML file TODO: Add more validations here as needed.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL