squash: reaction to comments

This commit is contained in:
David Eads
2019-09-06 09:58:41 -04:00
parent 0355f4482b
commit 95ae353f3a
4 changed files with 9 additions and 8 deletions

View File

@@ -422,7 +422,8 @@ func (d *namespacedResourcesDeleter) deleteEachItem(gvr schema.GroupVersionResou
}
type gvrDeletionMetadata struct {
// finalizerEstimateSeconds is an estimate of how much longer to wait
// finalizerEstimateSeconds is an estimate of how much longer to wait. zero means that no estimate has made and does not
// mean that all content has been removed.
finalizerEstimateSeconds int64
// numRemaining is how many instances of the gvr remain
numRemaining int