• Kubernetes Submit Queue's avatar
    Merge pull request #54066 from tengqm/improve-delete-options · 66f72442
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Improve deleteOptions doc
    
    **What this PR does / why we need it**:
    This PR improves the doc of the 'PropagationPolicy' property of the DeleteOptions struct.
    The said field is a string. It is very important a field for people who invoke a delete API.
    For example, direct invocation of the deployment-delete API using the python client will have the replicaset and pods left behind. However, this field was not well documented. When people wanted to try different options, they have to dig into k8s source code to find out the acceptable values.
    
    **Which issue this PR fixes**: fixes #
    
    **Special notes for your reviewer**:
    
    **Release note**:
    ```release-note
    NONE
    ```
    66f72442
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...