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.
Click to show internal directories.
Click to hide internal directories.