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.
{
"$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"
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.