• Kubernetes Submit Queue's avatar
    Merge pull request #50023 from tcharding/kubectl-options · efe47a39
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 50023, 50639)
    
    Correct case for starting character of option string
    
    **What this PR does / why we need it**:
    
    Kubectl-conventions.md states:
    
       "Flag descriptions should start with an uppercase letter and not have a period at the end of a sentence"
    
    There are numerous cases where this is violated in `kubectl/cmd`. This PR is the result of an audit of all source files under `kublet/cmd` and corrects the case of the initial Flag description character.
    
    /sig cli
    /kind cleanup
    /kind documentation
    
    **Release note**:
    ```release-note
    NONE
    ```
    efe47a39
Name
Last commit
Last update
..
BUILD Loading commit data...
helper.go Loading commit data...
set.go Loading commit data...
set_image.go Loading commit data...
set_image_test.go Loading commit data...
set_resources.go Loading commit data...
set_resources_test.go Loading commit data...
set_selector.go Loading commit data...
set_selector_test.go Loading commit data...
set_subject.go Loading commit data...
set_subject_test.go Loading commit data...
set_test.go Loading commit data...