Documentation
¶
Index ¶
Constants ¶
View Source
const ( // KarmadaEtcdName is the name of Karmada etcd. KarmadaEtcdName = "etcd" // KarmadaAPIServerName is the name of Karmada apiserver. KarmadaAPIServerName = "karmada-apiserver" // KarmadaAggregatedAPIServerName is the name of Karmada aggregated apiserver. KarmadaAggregatedAPIServerName = "karmada-aggregated-apiserver" // KarmadaKubeControllerManagerName is the name of kube-controller-manager. KarmadaKubeControllerManagerName = "kube-controller-manager" // KarmadaSchedulerName is the name of Karmada scheduler. KarmadaSchedulerName = "karmada-scheduler" // KarmadaControllerManagerName is the name of Karmada controller manager. KarmadaControllerManagerName = "karmada-controller-manager" // KarmadaWebhookName is the name of Karmada webhook. KarmadaWebhookName = "karmada-webhook" )
Variables ¶
This section is empty.
Functions ¶
func GetComponentCommandLineFlags ¶
func GetComponentCommandLineFlags(componentName string, podTemplateSpec corev1.PodTemplateSpec) ([]string, error)
GetComponentCommandLineFlags get component command line flags
func WaitAllKarmadaComponentReady ¶
func WaitAllKarmadaComponentReady(client kubernetes.Interface, namespace string)
WaitAllKarmadaComponentReady wait all karmada components ready
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.