Documentation ¶
Index ¶
- Constants
- func CanInstallAddons(ctx context.Context, client client.Client) bool
- func ClusterManager(m *v1alpha1.MultiClusterEngine, overrides map[string]string) *unstructured.Unstructured
- func GetAddons() ([]*unstructured.Unstructured, error)
- func PlacementImage(overrides map[string]string) string
- func RegistrationImage(overrides map[string]string) string
- func WorkImage(overrides map[string]string) string
Constants ¶
View Source
const ( // RegistrationImageKey used by registration deployments RegistrationImageKey = "registration" // WorkImageKey used by work deployments WorkImageKey = "work" // PlacementImageKey used by placement deployments PlacementImageKey = "placement" )
Variables ¶
This section is empty.
Functions ¶
func CanInstallAddons ¶
CanInstallAddons returns true if addons can be installed
func ClusterManager ¶
func ClusterManager(m *v1alpha1.MultiClusterEngine, overrides map[string]string) *unstructured.Unstructured
func GetAddons ¶
func GetAddons() ([]*unstructured.Unstructured, error)
func RegistrationImage ¶
RegistrationImage ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.