mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-09 05:30:04 +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:
parent
3c84dbb9cc
commit
e5e06783bd
8 changed files with 250 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue