mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Extend k8s action group (#992)
SUMMARY Add all k8s_* modules to the action group in order to esaily set kubeconfig parameter ISSUE TYPE Bugfix Pull Request COMPONENT NAME meta ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin Reviewed-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4fa36487ab
commit
798f5493f9
2
changelogs/fragments/20251002-fix-k8s-actiongroup.yaml
Normal file
2
changelogs/fragments/20251002-fix-k8s-actiongroup.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- meta - Add ``k8s_cluster_info``, ``k8s_json_patch`` and ``k8s_rollback`` to k8s action group (https://github.com/ansible-collections/kubernetes.core/pull/992).
|
||||||
@@ -8,13 +8,16 @@ action_groups:
|
|||||||
- helm_repository
|
- helm_repository
|
||||||
k8s:
|
k8s:
|
||||||
- k8s
|
- k8s
|
||||||
- k8s_exec
|
- k8s_cluster_info
|
||||||
- k8s_info
|
|
||||||
- k8s_log
|
|
||||||
- k8s_scale
|
|
||||||
- k8s_service
|
|
||||||
- k8s_cp
|
- k8s_cp
|
||||||
- k8s_drain
|
- k8s_drain
|
||||||
|
- k8s_exec
|
||||||
|
- k8s_info
|
||||||
|
- k8s_json_patch
|
||||||
|
- k8s_log
|
||||||
|
- k8s_rollback
|
||||||
|
- k8s_scale
|
||||||
|
- k8s_service
|
||||||
|
|
||||||
plugin_routing:
|
plugin_routing:
|
||||||
inventory:
|
inventory:
|
||||||
|
|||||||
Reference in New Issue
Block a user