Merge pull request #2332 from baude/remotevolumeprune

volume prune
This commit is contained in:
OpenShift Merge Robot
2019-02-14 22:52:03 +01:00
committed by GitHub
14 changed files with 101 additions and 52 deletions

View File

@@ -112,18 +112,6 @@ func getPodSubCommands() []*cobra.Command {
}
}
// Commands that the local client implements
func getVolumeSubCommands() []*cobra.Command {
return []*cobra.Command{
_volumeCreateCommand,
_volumeLsCommand,
_volumeRmCommand,
_volumeInspectCommand,
_volumePruneCommand,
}
}
// Commands that the local client implements
func getGenerateSubCommands() []*cobra.Command {
return []*cobra.Command{
_containerKubeCommand,