Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.SemaphoreRef

SemaphoreRef is a reference of Semaphore

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
configMapKeyRef object ConfigMapKeyRef is a configmap selector for Semaphore configuration
database object SyncDatabaseRef is a database reference for Semaphore configuration
namespace string Namespace is the namespace of the configmap, default: [namespace of workflow]
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-semaphore-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-argoproj-workflow-v1alpha1-semaphore-ref-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.SemaphoreRef",
  "description": "SemaphoreRef is a reference of Semaphore",
  "type": "object",
  "properties": {
    "configMapKeyRef": {
      "description": "ConfigMapKeyRef is a configmap selector for Semaphore configuration",
      "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector"
    },
    "database": {
      "description": "SyncDatabaseRef is a database reference for Semaphore configuration",
      "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.SyncDatabaseRef"
    },
    "namespace": {
      "description": "Namespace is the namespace of the configmap, default: [namespace of workflow]",
      "type": "string"
    }
  }
}