community.general/lib/ansible/module_utils/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
common.py k8s_facts: fix handling of unknown resource types (#47857) 2018-11-06 14:43:55 +01:00
raw.py k8s_service: add new kubernetes module for handling Services (#48872) 2018-12-12 11:18:36 -05:00
scale.py openshift inventory plugin: fix exception when auth fails (#45826) 2018-09-26 18:16:54 -04:00