Skip to content

Commit

Permalink
added statusName for kubeconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Tharun <[email protected]>
  • Loading branch information
tharun208 committed Dec 9, 2020
1 parent 39c9b48 commit af3f1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ func clusterState(sts []*Status) ClusterState {
TimeToStop: sts[0].TimeToStop,

Components: map[string]BaseState{
"kubeconfig": {Name: "kubeconfig", StatusCode: statusCode(sts[0].Kubeconfig)},
"kubeconfig": {Name: "kubeconfig", StatusCode: statusCode(sts[0].Kubeconfig), StatusName: codeNames[statusCode(sts[0].Kubeconfig)]},
},
}

Expand Down

0 comments on commit af3f1cf

Please sign in to comment.