File tree 1 file changed +2
-2
lines changed
content/en/docs/reference/using-api
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -724,13 +724,13 @@ When you **delete** a resource this takes place in two phases.
724
724
"kind": "ConfigMap",
725
725
"apiVersion": "v1",
726
726
"metadata": {
727
- "finalizers": { "url.io/neat-finalization", "other-url.io/my-finalizer"} ,
727
+ "finalizers": [ "url.io/neat-finalization", "other-url.io/my-finalizer"] ,
728
728
"deletionTimestamp": nil,
729
729
}
730
730
}
731
731
```
732
732
733
- When a client first sends a ** delete** to request removal of a resource, the ` .metadata.deletionTimestamp ` is set to the current time.
733
+ When a client first sends a ** delete** to request the removal of a resource, the ` .metadata.deletionTimestamp ` is set to the current time.
734
734
Once the ` .metadata.deletionTimestamp ` is set, external controllers that act on finalizers
735
735
may start performing their cleanup work at any time, in any order.
736
736
You can’t perform that action at this time.
0 commit comments