mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Update info.go
This commit is contained in:
@@ -21,6 +21,7 @@ func NewCmdInfo(w io.Writer) *cobra.Command {
|
|||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
fmt.Fprintln(w, kubernetesapi.Info)
|
fmt.Fprintln(w, kubernetesapi.Info)
|
||||||
},
|
},
|
||||||
|
Hidden: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
return &infoCmd
|
return &infoCmd
|
||||||
|
|||||||
Reference in New Issue
Block a user