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], dryRun bool, printer output.Printer) error { … }
func createJob(client clientset.Interface, cfg *kubeadmapi.ClusterConfiguration, _ bool, _ output.Printer) error { … }
func controlPlaneNodesReady(client clientset.Interface, _ *kubeadmapi.ClusterConfiguration, _ bool, _ output.Printer) error { … }
func staticPodManifestHealth(_ clientset.Interface, _ *kubeadmapi.ClusterConfiguration, dryRun bool, printer output.Printer) error { … }
func getNotReadyNodes(nodes []v1.Node) []string { … }