1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Implement ks delete, suspend, resume commands

- add delete kustomization command with confirmation and warning id not suspended
- add suspend kustomization command
- add resume kustomization command
- add suspend/resume/delete e2e tests
This commit is contained in:
stefanprodan
2020-04-29 17:25:42 +03:00
parent 3c84dbb9cc
commit e5e06783bd
8 changed files with 250 additions and 0 deletions

View File

@@ -74,6 +74,15 @@ jobs:
- name: tk get kustomizations
run: |
./bin/tk get kustomizations
- name: tk suspend kustomization
run: |
./bin/tk suspend kustomization podinfo
- name: tk resume kustomization
run: |
./bin/tk resume kustomization podinfo
- name: tk delete kustomization
run: |
./bin/tk delete kustomization podinfo --silent
- name: tk check
run: |
./bin/tk check