mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
squash: reaction to comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user