mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 13:32:37 +00:00
k8s - patch existing resource (#90)
* patch only * add changelogs * Rename 89-k8s-add-parameter-patch_only.yml to 90-k8s-add-parameter-patch_only.yml * Update 90-k8s-add-parameter-patch_only.yml * patch_only parameter changed to state=patched * Update 90-k8s-add-parameter-patch_only.yml * Update plugins/modules/k8s.py Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us> * Update molecule/default/tasks/patched.yml Co-authored-by: John Mazzitelli <mazz@redhat.com> * Update molecule/default/tasks/patched.yml Co-authored-by: John Mazzitelli <mazz@redhat.com> * sanity issue Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us> Co-authored-by: John Mazzitelli <mazz@redhat.com>
This commit is contained in:
3
changelogs/fragments/90-k8s-add-parameter-patch_only.yml
Normal file
3
changelogs/fragments/90-k8s-add-parameter-patch_only.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- k8s - support ``patched`` value for ``state`` option. patched state is an existing resource that has a given patch applied (https://github.com/ansible-collections/kubernetes.core/pull/90).
|
||||
Reference in New Issue
Block a user