mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
This reverts commit 4ccb15d4ad.
This commit is contained in:
@@ -70,14 +70,6 @@ WAIT_ARG_SPEC = dict(
|
||||
status=dict(default=True, choices=[True, False, "Unknown"]),
|
||||
reason=dict()
|
||||
)
|
||||
),
|
||||
wait_property=dict(
|
||||
type='dict',
|
||||
default=None,
|
||||
options=dict(
|
||||
property=dict(required=True),
|
||||
value=dict()
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user