workflow.v1alpha1.synchronization
"Synchronization holds synchronization lock configuration"
Index
Fields
obj mutex
"Mutex holds Mutex configuration"
fn mutex.withName
withName(name)
"name of the mutex"
obj semaphore
"SemaphoreRef is a reference of Semaphore"
obj semaphore.configMapKeyRef
"Selects a key from a ConfigMap."
fn semaphore.configMapKeyRef.withKey
withKey(key)
"The key to select."
fn semaphore.configMapKeyRef.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn semaphore.configMapKeyRef.withOptional
withOptional(optional)
"Specify whether the ConfigMap or its key must be defined"