Updated node.go using update-gofmt.sh

This commit is contained in:
Subrata Paul 2019-05-25 00:46:50 +05:30
parent 7e04eeab50
commit 2862f3ec94

View File

@ -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,