diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-12 11:03:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-12 11:03:20 -0700 |
commit | 89ffcf9df9d83bc8e0ea7c8004591fb0825117cf (patch) | |
tree | e6e12ffa729da39447fd673bd2141ede12a26fb3 /cmd/podman/commands.go | |
parent | 61fa40b25679f864db5b5b375d512a9f1264e31f (diff) | |
parent | 80b2c097fe333fd43634753b574d4b5bdf155b82 (diff) | |
download | podman-89ffcf9df9d83bc8e0ea7c8004591fb0825117cf.tar.gz podman-89ffcf9df9d83bc8e0ea7c8004591fb0825117cf.tar.bz2 podman-89ffcf9df9d83bc8e0ea7c8004591fb0825117cf.zip |
Merge pull request #2903 from baude/remotegenkube
podman-remote generate kube
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 9fea1494b..6156fc2f8 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -13,7 +13,6 @@ func getMainCommands() []*cobra.Command { rootCommands := []*cobra.Command{ _commitCommand, _execCommand, - _generateCommand, _playCommand, _loginCommand, _logoutCommand, @@ -71,12 +70,6 @@ func getContainerSubCommands() []*cobra.Command { } } -func getGenerateSubCommands() []*cobra.Command { - return []*cobra.Command{ - _containerKubeCommand, - } -} - // Commands that the local client implements func getPlaySubCommands() []*cobra.Command { return []*cobra.Command{ |