ArtGCStatus maintains state related to ArtifactGC
| 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] |