Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Art Gc Status Structure

ArtGCStatus maintains state related to ArtifactGC

Type: object Properties: 3
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.argoproj.workflow.v1alpha1.ArtGCStatus is a JSON Structure definition published by Argo Workflows, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

notSpecified podsRecouped strategiesProcessed

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-argoproj-workflow-v1alpha1-art-gc-status-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.ArtGCStatus",
  "description": "ArtGCStatus maintains state related to ArtifactGC",
  "type": "object",
  "properties": {
    "notSpecified": {
      "description": "if this is true, we already checked to see if we need to do it and we don't",
      "type": "boolean"
    },
    "podsRecouped": {
      "description": "have completed Pods been processed? (mapped by Pod name) used to prevent re-processing the Status of a Pod more than once",
      "type": "object",
      "additionalProperties": {
        "type": "boolean"
      }
    },
    "strategiesProcessed": {
      "description": "have Pods been started to perform this strategy? (enables us not to re-process what we've already done)",
      "type": "object",
      "additionalProperties": {
        "type": "boolean"
      }
    }
  }
}