Support pause/unpause schedules

Support pause/unpause schedule

Fixes #2363

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2022-09-15 10:42:48 +08:00
parent 100d6b4430
commit 4b9dbfa416
21 changed files with 440 additions and 89 deletions
+2
View File
@@ -34,6 +34,8 @@ func NewCommand(f client.Factory) *cobra.Command {
NewGetCommand(f, "get"),
NewDescribeCommand(f, "describe"),
NewDeleteCommand(f, "delete"),
NewPauseCommand(f, "pause"),
NewUnpauseCommand(f, "unpause"),
)
return c