You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
7 years ago
..
__init__.py Reorganize k8s common (#34212) 8 years ago
common.py k8s_facts: fix handling of unknown resource types (#47857) 7 years ago
raw.py k8s_service: add new kubernetes module for handling Services (#48872) 7 years ago
scale.py openshift inventory plugin: fix exception when auth fails (#45826) 7 years ago