mirror of
https://github.com/containers/podman.git
synced 2025-12-09 07:09:03 +08:00
podman-remote generate kube
Allow the ability to generate kube YAML from the podman remote-client. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user