Add support for non-string fields in custom .status
wait condition
#8
Labels
enhancement
New feature or request
.status
wait condition
#8
Currently, it's possible to wait for a custom
.status
field so long as it's a string, e.g.:Here,
.status.stage
is a string.Support for at least numbers might also be beneficial in some testing scenarios. For example, there are common integers in status like
.status.active
orstatus.succeeded
in Kubernetes Jobs.One possible way to define would be something like this:
The text was updated successfully, but these errors were encountered: