mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #77257 from stgleb/remove_todo
Remove todo and change comment
This commit is contained in:
commit
a6558c6f10
@ -133,8 +133,7 @@ func printFilesIfDryRunning(data InitData) error {
|
|||||||
return dryrunutil.PrintDryRunFiles(files, data.OutputWriter())
|
return dryrunutil.PrintDryRunFiles(files, data.OutputWriter())
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewControlPlaneWaiter returns a new waiter that is used to wait on the control plane to boot up.
|
// newControlPlaneWaiter returns a new waiter that is used to wait on the control plane to boot up.
|
||||||
// TODO: make private (lowercase) after self-hosting phase is removed.
|
|
||||||
func newControlPlaneWaiter(dryRun bool, timeout time.Duration, client clientset.Interface, out io.Writer) (apiclient.Waiter, error) {
|
func newControlPlaneWaiter(dryRun bool, timeout time.Duration, client clientset.Interface, out io.Writer) (apiclient.Waiter, error) {
|
||||||
if dryRun {
|
if dryRun {
|
||||||
return dryrunutil.NewWaiter(), nil
|
return dryrunutil.NewWaiter(), nil
|
||||||
|
Loading…
Reference in New Issue
Block a user