Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KarmadaApiserverDeployment is karmada apiserver deployment manifest KarmadaApiserverDeployment = `` /* 3851-byte string literal not displayed */ // KarmadaApiserverService is karmada apiserver service manifest KarmadaApiserverService = `` /* 353-byte string literal not displayed */ // KarmadaAggregatedAPIServerDeployment is karmada aggreagated apiserver deployment manifest KarmadaAggregatedAPIServerDeployment = `` /* 1999-byte string literal not displayed */ // KarmadaAggregatedAPIServerService is karmada aggregated APIServer Service manifest KarmadaAggregatedAPIServerService = `` /* 347-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func EnsureKarmadaAPIServer ¶
func EnsureKarmadaAPIServer(client clientset.Interface, cfg *operatorv1alpha1.KarmadaComponents, name, namespace string, featureGates map[string]bool) error
EnsureKarmadaAPIServer creates karmada apiserver deployment and service resource
func EnsureKarmadaAggregatedAPIServer ¶
func EnsureKarmadaAggregatedAPIServer(client clientset.Interface, cfg *operatorv1alpha1.KarmadaComponents, name, namespace string, featureGates map[string]bool) error
EnsureKarmadaAggregatedAPIServer creates karmada aggregated apiserver deployment and service resource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.