MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.
Name | Type | Description | Notes |
---|---|---|---|
holding | list[V1alpha1MutexHolding] | Holding is a list of mutexes and their respective objects that are held by mutex lock for this io.argoproj.workflow.v1alpha1. | [optional] |
waiting | list[V1alpha1MutexHolding] | Waiting is a list of mutexes and their respective objects this workflow is waiting for. | [optional] |