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:
9
.github/workflows/e2e.yaml
vendored
9
.github/workflows/e2e.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user