func getControlPlaneHostname(ctx context.Context, node *v1.Node) (string, error) { … } // restartAPIServer attempts to restart the kube-apiserver on a node func restartAPIServer(ctx context.Context, node *v1.Node) error { … } var _ …
func getControlPlaneHostname(ctx context.Context, node *v1.Node) (string, error) { … } // restartAPIServer attempts to restart the kube-apiserver on a node func restartAPIServer(ctx context.Context, node *v1.Node) error { … } var _ …