mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 06:47:00 +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) {
|
||||
fmt.Fprintln(w, kubernetesapi.Info)
|
||||
},
|
||||
Hidden: true,
|
||||
}
|
||||
|
||||
return &infoCmd
|
||||
|
||||
Reference in New Issue
Block a user