Move k8s modules to dynamic backend (#39632)

* Move k8s modules to dynamic backend
This commit is contained in:
Fabian von Feilitzsch 2018-05-16 11:57:36 -04:00 committed by Adam Miller
parent 7929aed7af
commit 4373b155a5
18 changed files with 540 additions and 1883 deletions

View file

@ -9,6 +9,7 @@ DOCUMENTATION = '''
plugin_type: inventory
authors:
- Chris Houseknecht <@chouseknecht>
- Fabian von Feilitzsch <@fabianvf>
short_description: Kubernetes (K8s) inventory source
@ -76,7 +77,7 @@ DOCUMENTATION = '''
requirements:
- "python >= 2.7"
- "openshift == 0.4.1"
- "openshift >= 0.6"
- "PyYAML >= 3.11"
'''