mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Granular K8s doc fragments (#34215)
* Makes doc fragment more granular * Fix lint issues
This commit is contained in:
committed by
GitHub
parent
bf04e8a8ea
commit
ad04c1854d
@@ -32,7 +32,10 @@ description:
|
||||
- Supports check mode, and the diff option.
|
||||
|
||||
extends_documentation_fragment:
|
||||
- kubernetes
|
||||
- k8s_state_options
|
||||
- k8s_name_options
|
||||
- k8s_resource_options
|
||||
- k8s_auth_options
|
||||
|
||||
requirements:
|
||||
- "python >= 2.7"
|
||||
|
||||
@@ -31,7 +31,11 @@ description:
|
||||
- Authenticate using either a config file, certificates, password or token.
|
||||
- Supports check mode, and the diff option.
|
||||
|
||||
extends_documentation_fragment: kubernetes
|
||||
extends_documentation_fragment:
|
||||
- k8s_state_options
|
||||
- k8s_name_options
|
||||
- k8s_resource_options
|
||||
- k8s_auth_options
|
||||
|
||||
options:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user