const createJobHealthCheckPrefix …
type healthCheck …
func (c *healthCheck) Check() (warnings, errors []error) { … }
func (c *healthCheck) Name() string { … }
func CheckClusterHealth(client clientset.Interface, cfg *kubeadmapi.ClusterConfiguration, ignoreChecksErrors sets.Set[string], printer output.Printer) error { … }
func createJob(client clientset.Interface, cfg *kubeadmapi.ClusterConfiguration) error { … }
func controlPlaneNodesReady(client clientset.Interface, _ *kubeadmapi.ClusterConfiguration) error { … }
func staticPodManifestHealth(_ clientset.Interface, _ *kubeadmapi.ClusterConfiguration) error { … }
func getNotReadyNodes(nodes []v1.Node) []string { … }