Skip to content

Commit

Permalink
custom-resource-definitions.md: fix typo (#15527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr authored and k8s-ci-robot committed Jul 26, 2019
1 parent 82a65e0 commit 0a8a85f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ object. When all finalizers have been executed, the resource is deleted.
The value of `metadata.deletionGracePeriodSeconds` controls the interval between
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,
meaning all finalizers have been executed.
Expand Down

0 comments on commit 0a8a85f

Please sign in to comment.