custom-resource-definitions.md: fix typo (#15527)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
82a65e007b
commit
0a8a85feb1
+1
-1
@@ -541,7 +541,7 @@ object. When all finalizers have been executed, the resource is deleted.
|
|||||||
The value of `metadata.deletionGracePeriodSeconds` controls the interval between
|
The value of `metadata.deletionGracePeriodSeconds` controls the interval between
|
||||||
polling updates.
|
polling updates.
|
||||||
|
|
||||||
It is the responsibility of each controller to removes its finalizer from the list.
|
It is the responsibility of each controller to remove its finalizer from the list.
|
||||||
|
|
||||||
Kubernetes only finally deletes the object if the list of finalizers is empty,
|
Kubernetes only finally deletes the object if the list of finalizers is empty,
|
||||||
meaning all finalizers have been executed.
|
meaning all finalizers have been executed.
|
||||||
|
|||||||
Reference in New Issue
Block a user