We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458fb43 commit 53c73e5Copy full SHA for 53c73e5
pkg/minikube/kubeconfig/extension.go
@@ -29,7 +29,7 @@ type Extension struct {
29
runtime.TypeMeta `json:",inline"`
30
Version string `json:"version"`
31
Provider string `json:"provider"`
32
- LastUpdate string `json:"last_update"`
+ LastUpdate string `json:"last-update"`
33
}
34
35
// NewExtension returns a minikube formated kubeconfig's extension block to idenity clusters and contexts
0 commit comments