Documentation ¶
Index ¶
- func AdminKubeconfigSecretName(karmada string) string
- func CreateBasic(serverURL, clusterName, userName string, caCert []byte) *clientcmdapi.Config
- func CreateWithCerts(serverURL, clusterName, userName string, caCert []byte, clientKey []byte, ...) *clientcmdapi.Config
- func DownloadFile(url, filePath string) error
- func EtcdCertSecretName(karmada string) string
- func GetAPIServiceIP(clientset clientset.Interface) (string, error)
- func GetControlplaneEndpoint(address, port string) (string, error)
- func KarmadaAPIServerName(karmada string) string
- func KarmadaAggregatedAPIServerName(karmada string) string
- func KarmadaCertSecretName(karmada string) string
- func KarmadaControllerManagerName(karmada string) string
- func KarmadaDeschedulerName(karmada string) string
- func KarmadaEtcdClientName(karmada string) string
- func KarmadaEtcdName(karmada string) string
- func KarmadaMetricsAdapterName(karmada string) string
- func KarmadaSchedulerName(karmada string) string
- func KarmadaWebhookName(karmada string) string
- func KubeControllerManagerName(karmada string) string
- func ListFiles(path string) []os.FileInfo
- func ParseTemplate(strtmpl string, obj interface{}) ([]byte, error)
- func PathExists(path string) (bool, error)
- func ReadYamlFile(path string) ([]byte, error)
- func RelpaceYamlForReg(path, destResource string, reg *regexp.Regexp) ([]byte, error)
- func Unpack(file, targetPath string) error
- func WebhookCertSecretName(karmada string) string
- type Downloader
- type Namefunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminKubeconfigSecretName ¶ added in v1.7.0
AdminKubeconfigSecretName returns secret name of karmada-admin kubeconfig
func CreateBasic ¶
func CreateBasic(serverURL, clusterName, userName string, caCert []byte) *clientcmdapi.Config
CreateBasic creates a basic, general KubeConfig object that then can be extended
func CreateWithCerts ¶
func CreateWithCerts(serverURL, clusterName, userName string, caCert []byte, clientKey []byte, clientCert []byte) *clientcmdapi.Config
CreateWithCerts creates a KubeConfig object with access to the API server with client certificates
func DownloadFile ¶
DownloadFile Download files via URL
func EtcdCertSecretName ¶
EtcdCertSecretName returns secret name of etcd cert
func GetAPIServiceIP ¶
GetAPIServiceIP returns a valid node IP address.
func GetControlplaneEndpoint ¶
GetControlplaneEndpoint parses an Endpoint and returns it as a string, or returns an error in case it cannot be parsed.
func KarmadaAPIServerName ¶
KarmadaAPIServerName returns secret name of karmada-apiserver
func KarmadaAggregatedAPIServerName ¶
KarmadaAggregatedAPIServerName returns secret name of karmada-aggregated-apiserver
func KarmadaCertSecretName ¶
KarmadaCertSecretName returns secret name of karmada certs
func KarmadaControllerManagerName ¶
KarmadaControllerManagerName returns name of karmada-controller-manager
func KarmadaDeschedulerName ¶
KarmadaDeschedulerName returns name of karmada-descheduler
func KarmadaEtcdClientName ¶
KarmadaEtcdClientName returns name of karmada-etcd client
func KarmadaEtcdName ¶
KarmadaEtcdName returns name of karmada-etcd
func KarmadaMetricsAdapterName ¶ added in v1.7.0
KarmadaMetricsAdapterName returns name of karmada-metric-adapter
func KarmadaSchedulerName ¶
KarmadaSchedulerName returns name of karmada-scheduler
func KarmadaWebhookName ¶
KarmadaWebhookName returns name of karmada-webhook
func KubeControllerManagerName ¶
KubeControllerManagerName returns name of kube-controller-manager
func ParseTemplate ¶
ParseTemplate validates and parses passed as argument template
func PathExists ¶
PathExists check whether the path is exist
func ReadYamlFile ¶
ReadYamlFile ready file given path with yaml format
func RelpaceYamlForReg ¶
RelpaceYamlForReg replace content of yaml file with a Regexp
func WebhookCertSecretName ¶
WebhookCertSecretName returns secret name of karmada-webhook cert
Types ¶
type Downloader ¶
Downloader Download progress