components

package
v5.12.1 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package components provides cluster component installation coordination. It handles the orchestration of CNI, CSI, cert-manager, metrics-server, and GitOps engine installations during cluster creation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InstallCNI deprecated

func InstallCNI(
	cmd *cobra.Command,
	clusterCfg *v1alpha1.Cluster,
	tmr timer.Timer,
	firstActivityShown *bool,
) (bool, error)

InstallCNI delegates to the create package for CNI installation. Returns true if a CNI was installed, false if using default/none.

Deprecated: Use create.InstallCNI directly. This wrapper exists for backward compatibility.

func InstallPostCNIComponents deprecated

func InstallPostCNIComponents(
	cmd *cobra.Command,
	clusterCfg *v1alpha1.Cluster,
	factories *create.InstallerFactories,
	tmr timer.Timer,
	firstActivityShown *bool,
) error

InstallPostCNIComponents delegates to the create package for post-CNI component installation.

Deprecated: Use create.InstallPostCNIComponents directly. This wrapper exists for backward compatibility.

Types

This section is empty.

Jump to

Keyboard shortcuts

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