Merge pull request #24282 from goltermann/spelling
Automatic merge from submit-queue Fix misspellings in comments
This commit is contained in:
@@ -244,7 +244,7 @@ func deleteEachItem(
|
||||
}
|
||||
|
||||
// deleteAllContentForGroupVersionResource will use the dynamic client to delete each resource identified in gvr.
|
||||
// It returns an estimate of the time remaining before the remaing resources are deleted.
|
||||
// It returns an estimate of the time remaining before the remaining resources are deleted.
|
||||
// If estimate > 0, not all resources are guaranteed to be gone.
|
||||
func deleteAllContentForGroupVersionResource(
|
||||
kubeClient clientset.Interface,
|
||||
@@ -304,7 +304,7 @@ func deleteAllContentForGroupVersionResource(
|
||||
}
|
||||
|
||||
// deleteAllContent will use the dynamic client to delete each resource identified in groupVersionResources.
|
||||
// It returns an estimate of the time remaining before the remaing resources are deleted.
|
||||
// It returns an estimate of the time remaining before the remaining resources are deleted.
|
||||
// If estimate > 0, not all resources are guaranteed to be gone.
|
||||
func deleteAllContent(
|
||||
kubeClient clientset.Interface,
|
||||
|
Reference in New Issue
Block a user