Skip to content

workflow.v1alpha1.mutexStatus

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

Index

Fields

fn withHolding

withHolding(holding)

"Holding is a list of mutexes and their respective objects that are held by mutex lock for this io.argoproj.workflow.v1alpha1."

fn withHoldingMixin

withHoldingMixin(holding)

"Holding is a list of mutexes and their respective objects that are held by mutex lock for this io.argoproj.workflow.v1alpha1."

Note: This function appends passed data to existing values

fn withWaiting

withWaiting(waiting)

"Waiting is a list of mutexes and their respective objects this workflow is waiting for."

fn withWaitingMixin

withWaitingMixin(waiting)

"Waiting is a list of mutexes and their respective objects this workflow is waiting for."

Note: This function appends passed data to existing values