We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4820730 commit 444abaaCopy full SHA for 444abaa
content/en/docs/concepts/architecture/garbage-collection.md
@@ -91,7 +91,7 @@ During foreground cascading deletion, the only dependents that block owner
91
deletion are those that have the `ownerReference.blockOwnerDeletion=true` field
92
and are in the garbage collection controller cache. The garbage collection controller
93
cache may not contain objects whose resource type cannot be listed / watched successfully,
94
-or objects which are created concurrent with deletion of an owner object.
+or objects that are created concurrent with deletion of an owner object.
95
See [Use foreground cascading deletion](/docs/tasks/administer-cluster/use-cascading-deletion/#use-foreground-cascading-deletion)
96
to learn more.
97
0 commit comments