docs: Use proper type for connections parameter

The connections parameter is of type list of dicts.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-04-24 12:24:09 +02:00
parent 0531ac6c42
commit b232464dbe

View File

@@ -39,6 +39,8 @@ options:
- 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.
type: list
elements: dict
suboptions: suboptions:
name: name:
description: description: