Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 805 Bytes

V1alpha1MutexStatus.md

File metadata and controls

12 lines (8 loc) · 805 Bytes

V1alpha1MutexStatus

MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]