Consider renaming events in wait
from "reason"
to "event"
#11
Labels
enhancement
New feature or request
wait
from "reason"
to "event"
#11
Right now waiting for Kubernetes events is defined like this:
While "reason" is the name used by Kubernetes for this field, it might also be confusing if one does not remember the exact structure of those events. So it makes sense to rename that field to just "event".
Sample Kubernetes events stream for reference:
Related issue: #2
The text was updated successfully, but these errors were encountered: