community.general/lib/ansible/modules/clustering/k8s
Mariusz Mazur d8a690952e k8s_service: add new kubernetes module for handling Services (#48872)
* k8s: add k8s_kind arg to KubernetesRawModule

Single–kind k8s modules (e.g. k8s_service) do not have a module
parameter called 'kind' and need to pass a static 'kind' on
KubernetesRawModule class creation. Hence this change.

* k8s: make 'validate' and 'wait' mod params optional

Not all k8s modules utilizing KubernetesRawModule will use these.

* k8s_service: new k8s module for handling Services
2018-12-12 11:18:36 -05:00
..
__init__.py
_k8s_raw.py K8s dynamic collected changes (#40745) 2018-05-30 12:04:48 -05:00
_kubernetes.py Fix args schema regression in k8s module 2018-07-31 14:44:29 +01:00
k8s.py k8s append_hash (#48830) 2018-11-22 08:14:43 +00:00
k8s_facts.py Change the return key of k8s_facts (#44446) 2018-08-29 12:04:04 +01:00
k8s_scale.py K8s dynamic collected changes (#40745) 2018-05-30 12:04:48 -05:00
k8s_service.py k8s_service: add new kubernetes module for handling Services (#48872) 2018-12-12 11:18:36 -05:00