mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Fix validation errors in plugin documentation (#399)
Fix validation errors in plugin documentation Depends-On: ansible/ansible-zuul-jobs#1385 SUMMARY This fixes validation errors in plugin documentation now that ansible test for 2.13 is running validate-modules on all plugins. The kubectl connection plugin validation is ignored because there seems to be a requirement for the author field to have a github username, which we do not have. ISSUE TYPE Docs Pull Request COMPONENT NAME plugins/connection/kubectl plugins/inventory/k8s plugins/lookup/k8s plugins/lookup/kustomize ADDITIONAL INFORMATION Reviewed-by: None <None>
This commit is contained in:
@@ -7,10 +7,9 @@ __metaclass__ = type
|
||||
|
||||
DOCUMENTATION = """
|
||||
name: k8s
|
||||
plugin_type: inventory
|
||||
author:
|
||||
- Chris Houseknecht <@chouseknecht>
|
||||
- Fabian von Feilitzsch <@fabianvf>
|
||||
- Chris Houseknecht (@chouseknecht)
|
||||
- Fabian von Feilitzsch (@fabianvf)
|
||||
|
||||
short_description: Kubernetes (K8s) inventory source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user