Argo · Schema

WorkflowResumeRequest

WorkflowResumeRequest schema from Argo API

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Properties

Name Type Description
namespace string
name string
nodeFieldSelector string
View JSON Schema on GitHub

JSON Schema

argo-workflows-workflow-resume-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-schema/argo-workflows-workflow-resume-request-schema.json",
  "title": "WorkflowResumeRequest",
  "description": "WorkflowResumeRequest schema from Argo API",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "nodeFieldSelector": {
      "type": "string"
    }
  }
}