Skip to content

Commit

Permalink
Fixed lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
vr4manta committed Jan 30, 2024
1 parent 2d63825 commit 3d9a2d5
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -105,6 +105,7 @@ func (v VSphereProviderConfig) InjectFailureDomain(fd machinev1.VSphereFailureDo
if len(networkSpec.Devices) <= index {
networkSpec.Devices = append(networkSpec.Devices, machinev1beta1.NetworkDeviceSpec{})
}

networkSpec.Devices[index].NetworkName = network
}
}
Expand Down Expand Up @@ -211,6 +212,7 @@ func logNetworkInfo(network machinev1beta1.NetworkSpec, msg string, logger logr.
if err != nil {
logger.Error(err, "Got error Marshalling NetworkSpec")
}

logger.V(4).Info(msg, string(jsonOutput))
}
}

0 comments on commit 3d9a2d5

Please sign in to comment.