mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
go 1.19 gofmt
This commit is contained in:
@@ -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()) {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user