Versions in this module Expand all Collapse all v2 v2.3.2 Dec 21, 2022 Changes in this version + var ApiServerArgs = map[string]string + var ApiServerSecurityArgs = map[string]string + var ControllermanagerArgs = map[string]string + var ControllermanagerSecurityArgs = map[string]string + var FeatureGatesDefaultConfiguration = map[string]bool + var FeatureGatesSecurityDefaultConfiguration = map[string]bool + var KubeadmConfig = template.Must(template.New("kubeadm-config.yaml").Funcs(funcMap).Parse(dedent.Dedent(...))) + var SchedulerArgs = map[string]string + var SchedulerSecurityArgs = map[string]string + func GetApiServerArgs(securityEnhancement bool) map[string]string + func GetControllermanagerArgs(securityEnhancement bool) map[string]string + func GetKubeProxyConfiguration(kubeConf *common.KubeConf) map[string]interface + func GetKubeletCgroupDriver(runtime connector.Runtime, kubeConf *common.KubeConf) (string, error) + func GetKubeletConfiguration(runtime connector.Runtime, kubeConf *common.KubeConf, criSock string, ...) map[string]interface + func GetSchedulerArgs(securityEnhancement bool) map[string]string + func UpdateFeatureGatesConfiguration(args map[string]string, kubeConf *common.KubeConf) map[string]string