Documentation ¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCRDs ¶
func RenderCRDs() ([]*unstructured.Unstructured, []error)
func RenderTemplates ¶
func RenderTemplates(backplaneConfig *v1alpha1.MultiClusterEngine, images map[string]string) ([]*unstructured.Unstructured, []error)
Types ¶
type HubConfig ¶
type HubConfig struct { NodeSelector map[string]string `yaml:"nodeSelector" structs:"nodeSelector"` ProxyConfigs map[string]string `yaml:"proxyConfigs" structs:"proxyConfigs"` ReplicaCount int `yaml:"replicaCount" structs:"replicaCount"` Tolerations []corev1.Toleration `yaml:"tolerations" structs:"tolerations"` }
Click to show internal directories.
Click to hide internal directories.