config

package
v0.35.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component string
const (
	Autoscaler               Component = "cluster-autoscaler"
	Tigera                   Component = "tigera-operator"
	Cilium                   Component = "cilium"
	NFD                      Component = "nfd"
	NutanixStorageCSI        Component = "nutanix-storage-csi"
	SnapshotController       Component = "snapshot-controller"
	NutanixCCM               Component = "nutanix-ccm"
	MetalLB                  Component = "metallb"
	LocalPathProvisionerCSI  Component = "local-path-provisioner-csi"
	AWSEBSCSI                Component = "aws-ebs-csi"
	AWSCCM                   Component = "aws-ccm"
	COSIController           Component = "cosi-controller"
	CNCFDistributionRegistry Component = "cncf-distribution-registry"
	RegistrySyncer           Component = "registry-syncer"
)

type HelmChart

type HelmChart struct {
	Name       string `yaml:"ChartName"`
	Version    string `yaml:"ChartVersion"`
	Repository string `yaml:"RepositoryURL"`
}

type HelmChartGetter

type HelmChartGetter struct {
	// contains filtered or unexported fields
}

func NewHelmChartGetterFromConfigMap

func NewHelmChartGetterFromConfigMap(
	cmName, cmNamespace string,
	cl ctrlclient.Reader,
) *HelmChartGetter

func (*HelmChartGetter) For

func (h *HelmChartGetter) For(
	ctx context.Context,
	log logr.Logger,
	name Component,
) (*HelmChart, error)

Jump to

Keyboard shortcuts

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