fix newlines

reviewable/pr1366/r1
Chao Xu 2016-10-02 22:11:04 -07:00
parent c92b209bfd
commit 5d80dec66e
1 changed files with 2 additions and 0 deletions

View File

@ -32,5 +32,7 @@ Synchronous garbage collection will be supported in 1.5 (tracking [issue](https:
If you specify `deleteOptions.orphanDependents=true`, or leave it blank, then the GC will first reset the `ownerReferences` in the dependents, then delete the owner. Note that the deletion of the owner object is asynchronous, that is, a 200 OK response will be sent by the API server before the owner object gets deleted.
### Other references
[Design Doc](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/garbage-collection.md)
[Known issues](https://github.com/kubernetes/kubernetes/issues/26120)