go 1.19 gofmt

This commit is contained in:
Benjamin Elder
2022-08-08 14:31:50 -07:00
parent 5208b53945
commit c9f6a1ed2c
6 changed files with 32 additions and 26 deletions

View File

@@ -131,7 +131,7 @@ func waitForReady(node nodes.Node, until time.Time, selectorLabel string) bool {
})
}
// helper that calls `try()`` in a loop until the deadline `until`
// helper that calls `try() in a loop until the deadline `until`
// has passed or `try()`returns true, returns whether try ever returned true
func tryUntil(until time.Time, try func() bool) bool {
for until.After(time.Now()) {

View File

@@ -31,7 +31,7 @@ const kubeconfigEnv = "KUBECONFIG"
paths returns the list of paths to be considered for kubeconfig files
where explicitPath is the value of --kubeconfig
Logic based on kubectl
# Logic based on kubectl
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands