ansible/test/sanity/validate-modules
Mariusz Mazur 34671a64b3 k8s_auth: new k8s module for handling auth (#50807)
* k8s*: add a reference to k8s_auth in all the modules' descriptions

* k8s_auth: new k8s module for handling auth

* k8s_auth: ignore E203

Can't use module_utils.urls, since that lacks user CA support, which is
a critical feature of what this module does.
2019-02-11 07:55:34 -05:00
..
__init__.py
ignore.txt k8s_auth: new k8s module for handling auth (#50807) 2019-02-11 07:55:34 -05:00
main.py Validate modules prevent version change (#51549) 2019-02-07 10:33:50 -06:00
module_args.py Make sure to clean up even if an exception occurs (#50620) 2019-01-08 09:03:49 -06:00
schema.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
skip.txt
test_validate_modules_regex.py
utils.py Perform full RETURN schema validation in one step, don't try to loop (#46079) 2018-09-24 16:38:04 -05:00
validate-modules