Skip to content

Commit

Permalink
Update pkg/minikube/cluster/status.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
  • Loading branch information
ComradeProgrammer and spowelljr authored Jun 29, 2024
1 parent 06b019f commit 18148c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/cluster/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func GetClusterState(sts []*Status, profile string, cc *config.ClusterConfig) Cl
return cs
}

// nodeStatus looks up the status of a node
// NodeStatus looks up the status of a node
func NodeStatus(api libmachine.API, cc config.ClusterConfig, n config.Node) (*Status, error) {
controlPlane := n.ControlPlane
name := config.MachineName(cc, n)
Expand Down

0 comments on commit 18148c7

Please sign in to comment.