mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Updated node.go using update-gofmt.sh
This commit is contained in:
parent
7e04eeab50
commit
2862f3ec94
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ func GetNodeHostIP(node *v1.Node) (net.IP, error) {
|
|||
// If required, wait for the node to be defined.
|
||||
func GetNodeIP(client clientset.Interface, hostname string) net.IP {
|
||||
var nodeIP net.IP
|
||||
backoff := wait.Backoff {
|
||||
backoff := wait.Backoff{
|
||||
Steps: 5,
|
||||
Duration: 1 * time.Second,
|
||||
Factor: 2.0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue