mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 21:42:38 +00:00
Fix the docs for the inventory plugins.
Documenting the structure of the dictionary to pass in needs to be done via suboptions rather than putting the structure directoly inside of the toplevel option.
This commit is contained in:
@@ -28,6 +28,7 @@ DOCUMENTATION = '''
|
|||||||
- Optional list of cluster connection settings. If no connections are provided, the default
|
- Optional list of cluster connection settings. If no connections are provided, the default
|
||||||
I(~/.kube/config) and active context will be used, and objects will be returned for all namespaces
|
I(~/.kube/config) and active context will be used, and objects will be returned for all namespaces
|
||||||
the active user is authorized to access.
|
the active user is authorized to access.
|
||||||
|
suboptions:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Optional name to assign to the cluster. If not provided, a name is constructed from the server
|
- Optional name to assign to the cluster. If not provided, a name is constructed from the server
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ DOCUMENTATION = '''
|
|||||||
- Optional list of cluster connection settings. If no connections are provided, the default
|
- Optional list of cluster connection settings. If no connections are provided, the default
|
||||||
I(~/.kube/config) and active context will be used, and objects will be returned for all namespaces
|
I(~/.kube/config) and active context will be used, and objects will be returned for all namespaces
|
||||||
the active user is authorized to access.
|
the active user is authorized to access.
|
||||||
|
suboptions:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Optional name to assign to the cluster. If not provided, a name is constructed from the server
|
- Optional name to assign to the cluster. If not provided, a name is constructed from the server
|
||||||
|
|||||||
Reference in New Issue
Block a user