Skip to content

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"

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. 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"