Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 892 Bytes

File metadata and controls

13 lines (9 loc) · 892 Bytes

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1ArtGCStatus

ArtGCStatus maintains state related to ArtifactGC

Properties

Name Type Description Notes
NotSpecified bool if this is true, we already checked to see if we need to do it and we don't [optional]
PodsRecouped Dictionary<string, bool> have completed Pods been processed? (mapped by Pod name) used to prevent re-processing the Status of a Pod more than once [optional]
StrategiesProcessed Dictionary<string, bool> have Pods been started to perform this strategy? (enables us not to re-process what we've already done) [optional]

[Back to Model list] [Back to API list] [Back to README]