Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.ExecutorConfig

ExecutorConfig holds configurations of an executor container.

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Properties

Name Type Description
serviceAccountName string ServiceAccountName specifies the service account name of the executor container.
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-executor-config-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-executor-config-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.ExecutorConfig",
  "description": "ExecutorConfig holds configurations of an executor container.",
  "type": "object",
  "properties": {
    "serviceAccountName": {
      "description": "ServiceAccountName specifies the service account name of the executor container.",
      "type": "string"
    }
  }
}