mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 14:02:38 +00:00
The type of wait_condition.status is str (#310)
The `wait_condition.status` key is a string. - Use actually string in the documentation - Use core's `boolean()` method to convert the value internally to boolean
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Adjust the documentation to clarify the fact ``wait_condition.status`` is a string.
|
||||
Reference in New Issue
Block a user