workflow.v1alpha1.artGCStatus
"ArtGCStatus maintains state related to ArtifactGC"
Index
fn withNotSpecified(notSpecified)
fn withPodsRecouped(podsRecouped)
fn withPodsRecoupedMixin(podsRecouped)
fn withStrategiesProcessed(strategiesProcessed)
fn withStrategiesProcessedMixin(strategiesProcessed)
Fields
fn withNotSpecified
withNotSpecified(notSpecified)
"if this is true, we already checked to see if we need to do it and we don't"
fn withPodsRecouped
withPodsRecouped(podsRecouped)
"have completed Pods been processed? (mapped by Pod name) used to prevent re-processing the Status of a Pod more than once"
fn withPodsRecoupedMixin
withPodsRecoupedMixin(podsRecouped)
"have completed Pods been processed? (mapped by Pod name) used to prevent re-processing the Status of a Pod more than once"
Note: This function appends passed data to existing values
fn withStrategiesProcessed
withStrategiesProcessed(strategiesProcessed)
"have Pods been started to perform this strategy? (enables us not to re-process what we've already done)"
fn withStrategiesProcessedMixin
withStrategiesProcessedMixin(strategiesProcessed)
"have Pods been started to perform this strategy? (enables us not to re-process what we've already done)"
Note: This function appends passed data to existing values