Fix docs. (#436)

This commit is contained in:
Felix Fontein
2022-08-04 14:23:52 +02:00
committed by GitHub
parent b2bb064e47
commit bc6757d3b8
4 changed files with 14 additions and 13 deletions
+3 -2
View File
@@ -24,10 +24,11 @@ results:
description: |
List of dictionaries containing the list of stacks or tasks associated
to a stack name.
sample: >
"results": [{"name":"grafana","namespace":"default","orchestrator":"Kubernetes","services":"2"}]
sample:
- {"name":"grafana","namespace":"default","orchestrator":"Kubernetes","services":"2"}
returned: always
type: list
elements: dict
'''
EXAMPLES = '''