missing implementation of jsonpath library

This commit is contained in:
aubin
2021-05-03 10:55:24 +02:00
parent d29f8c1eb7
commit 4a9eca576d
6 changed files with 57 additions and 16 deletions

View File

@@ -64,4 +64,10 @@ options:
- The possible reasons in a condition are specific to each resource type in Kubernetes.
- See the API documentation of the status field for a given resource to see possible choices.
type: dict
wait_for:
description:
- Specifies a property on the resource to wait for.
- Ignored if C(wait) is not set or is set to False.
default: 120
type: int
'''