const KubernetesDir …
const ManifestsSubDirName …
const TempDir …
const CertificateBackdate …
const CertificateValidityPeriod …
const CACertificateValidityPeriod …
const DefaultCertificateDir …
const CACertAndKeyBaseName …
const CACertName …
const CAKeyName …
const APIServerCertAndKeyBaseName …
const APIServerCertName …
const APIServerKeyName …
const APIServerCertCommonName …
const APIServerKubeletClientCertAndKeyBaseName …
const APIServerKubeletClientCertName …
const APIServerKubeletClientKeyName …
const APIServerKubeletClientCertCommonName …
const EtcdCACertAndKeyBaseName …
const EtcdCACertName …
const EtcdCAKeyName …
const EtcdServerCertAndKeyBaseName …
const EtcdServerCertName …
const EtcdServerKeyName …
const EtcdListenClientPort …
const EtcdMetricsPort …
const EtcdPeerCertAndKeyBaseName …
const EtcdPeerCertName …
const EtcdPeerKeyName …
const EtcdListenPeerPort …
const EtcdHealthcheckClientCertAndKeyBaseName …
const EtcdHealthcheckClientCertName …
const EtcdHealthcheckClientKeyName …
const EtcdHealthcheckClientCertCommonName …
const APIServerEtcdClientCertAndKeyBaseName …
const APIServerEtcdClientCertName …
const APIServerEtcdClientKeyName …
const APIServerEtcdClientCertCommonName …
const ServiceAccountKeyBaseName …
const ServiceAccountPublicKeyName …
const ServiceAccountPrivateKeyName …
const FrontProxyCACertAndKeyBaseName …
const FrontProxyCACertName …
const FrontProxyCAKeyName …
const FrontProxyClientCertAndKeyBaseName …
const FrontProxyClientCertName …
const FrontProxyClientKeyName …
const FrontProxyClientCertCommonName …
const AdminKubeConfigFileName …
const SuperAdminKubeConfigFileName …
const KubeletBootstrapKubeConfigFileName …
const KubeletKubeConfigFileName …
const ControllerManagerKubeConfigFileName …
const SchedulerKubeConfigFileName …
const ControllerManagerUser …
const SchedulerUser …
const NodesUserPrefix …
const SystemPrivilegedGroup …
const NodesGroup …
const NodeBootstrapTokenAuthGroup …
const KubeProxyClusterRoleName …
const NodeBootstrapperClusterRoleName …
const CSRAutoApprovalClusterRoleName …
const NodeSelfCSRAutoApprovalClusterRoleName …
const NodesClusterRoleBinding …
const KubeletBaseConfigMapRole …
const KubeProxyClusterRoleBindingName …
const NodeKubeletBootstrap …
const GetNodesClusterRoleName …
const NodeAutoApproveBootstrapClusterRoleBinding …
const NodeAutoApproveCertificateRotationClusterRoleBinding …
const ClusterAdminsGroupAndClusterRoleBinding …
const KubernetesAPICallTimeout …
const KubernetesAPICallRetryInterval …
const DiscoveryTimeout …
const DiscoveryRetryInterval …
const TLSBootstrapTimeout …
const TLSBootstrapRetryInterval …
const EtcdAPICallTimeout …
const EtcdAPICallRetryInterval …
const ControlPlaneComponentHealthCheckTimeout …
const KubeletHealthCheckTimeout …
const UpgradeManifestsTimeout …
const PullImageRetry …
const RemoveContainerRetry …
const MinimumAddressesInServiceSubnet …
const MaximumBitsForServiceSubnet …
const MinimumAddressesInPodSubnet …
const PodSubnetNodeMaskMaxDiff …
const DefaultCertTokenDuration …
const CertificateKeySize …
const LabelNodeRoleControlPlane …
const LabelExcludeFromExternalLB …
const AnnotationKubeadmCRISocket …
const KubeadmConfigConfigMap …
const ClusterConfigurationConfigMapKey …
const KubeProxyConfigMap …
const KubeProxyConfigMapKey …
const KubeletBaseConfigurationConfigMap …
const KubeletBaseConfigurationConfigMapKey …
const KubeletRunDirectory …
const KubeletConfigurationFileName …
const KubeletEnvFileName …
const KubeletEnvFileVariableName …
const KubeletHealthzPort …
const MinExternalEtcdVersion …
const DefaultEtcdVersion …
const Etcd …
const KubeAPIServer …
const KubeControllerManager …
const KubeScheduler …
const KubeProxy …
const CoreDNS …
const Kubelet …
const Kubeadm …
const KubeCertificatesVolumeName …
const KubeConfigVolumeName …
const DefaultCIImageRepository …
const CoreDNSConfigMap …
const CoreDNSDeploymentName …
const CoreDNSImageName …
const CoreDNSVersion …
const ClusterConfigurationKind …
const InitConfigurationKind …
const JoinConfigurationKind …
const ResetConfigurationKind …
const YAMLDocumentSeparator …
const CIKubernetesVersionPrefix …
const DefaultAPIServerBindAddress …
const ControlPlaneNumCPU …
const ControlPlaneMem …
const KubeadmCertsSecret …
const KubeletPort …
const KubeSchedulerPort …
const KubeControllerManagerPort …
const KubeAPIServerPort …
const EtcdAdvertiseClientUrlsAnnotationKey …
const KubeAPIServerAdvertiseAddressEndpointAnnotationKey …
const ComponentConfigHashAnnotationKey …
const ControlPlaneTier …
const ModeAlwaysAllow …
const ModeAlwaysDeny …
const ModeABAC …
const ModeWebhook …
const ModeRBAC …
const ModeNode …
const PauseVersion …
const CgroupDriverSystemd …
const KubeControllerManagerUserName …
const KubeAPIServerUserName …
const KubeSchedulerUserName …
const EtcdUserName …
const ServiceAccountKeyReadersGroupName …
const UpgradeConfigurationKind …
const EnvVarInitDryRunDir …
const EnvVarJoinDryRunDir …
const EnvVarUpgradeDryRunDir …
var ControlPlaneTaint …
var ControlPlaneToleration …
var ControlPlaneComponents …
var MinimumControlPlaneVersion …
var MinimumKubeletVersion …
var CurrentKubernetesVersion …
var SupportedEtcdVersion …
var KubeadmCertsClusterRoleName …
var DefaultKubernetesPlaceholderVersion …
func getSkewedKubernetesVersion(n int) *version.Version { … }
func getSkewedKubernetesVersionImpl(versionInfo *apimachineryversion.Info, n int) *version.Version { … }
func EtcdSupportedVersion(supportedEtcdVersion map[uint8]string, versionString string) (etcdVersion *version.Version, warning, err error) { … }
func GetStaticPodDirectory() string { … }
func GetStaticPodFilepath(componentName, manifestsDir string) string { … }
func GetAdminKubeConfigPath() string { … }
func GetKubeletKubeConfigPath() string { … }
func GetDryRunDir(envVar, dirName string, msgFunc func(format string, args ...interface{ … }
func CreateTempDir(parent, dirName string) (string, error) { … }
func createTmpDir(tempDir, dirName string) (string, error) { … }
func CreateTimestampDir(kubernetesDir, dirName string) (string, error) { … }
func GetDNSIP(svcSubnetList string) (net.IP, error) { … }
func GetKubernetesServiceCIDR(svcSubnetList string) (*net.IPNet, error) { … }
func GetAPIServerVirtualIP(svcSubnetList string) (net.IP, error) { … }