Skip to content

workflow.v1alpha1.synchronization

"Synchronization holds synchronization lock configuration"

Index

Fields

fn withMutexes

withMutexes(mutexes)

"v3.6 and after: Mutexes holds the list of Mutex lock details"

fn withMutexesMixin

withMutexesMixin(mutexes)

"v3.6 and after: Mutexes holds the list of Mutex lock details"

Note: This function appends passed data to existing values

fn withSemaphores

withSemaphores(semaphores)

"v3.6 and after: Semaphores holds the list of Semaphores configuration"

fn withSemaphoresMixin

withSemaphoresMixin(semaphores)

"v3.6 and after: Semaphores holds the list of Semaphores configuration"

Note: This function appends passed data to existing values

obj mutex

"Mutex holds Mutex configuration"

fn mutex.withName

withName(name)

"name of the mutex"

fn mutex.withNamespace

withNamespace(namespace)

"Namespace is the namespace of the mutex, default: [namespace of workflow]"

obj semaphore

"SemaphoreRef is a reference of Semaphore"

fn semaphore.withNamespace

withNamespace(namespace)

"Namespace is the namespace of the configmap, default: [namespace of workflow]"

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. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. 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"