Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.RetryAffinity

RetryAffinity prevents running steps on the same host.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
nodeAntiAffinity object
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-retry-affinity-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-retry-affinity-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.RetryAffinity",
  "description": "RetryAffinity prevents running steps on the same host.",
  "type": "object",
  "properties": {
    "nodeAntiAffinity": {
      "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.RetryNodeAntiAffinity"
    }
  }
}