Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterComponent ¶
func RegisterComponent(comp ComponentInstaller)
Types ¶
type CLIComponent ¶
type ComponentInstaller ¶
type ComponentInstaller interface {
Name() string
VersionForKube(version string) string
// installs the component onto the kube cluster
InstallComponent(client.Client) error
}
func GetComponentByName ¶
func GetComponentByName(name string) ComponentInstaller
Click to show internal directories.
Click to hide internal directories.