• Kubernetes Submit Queue's avatar
    Merge pull request #53631 from dixudx/enforce_cobra_required_flags · 048757b8
    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>.
    
    update vendor spf13/cobra to enforce required flags
    
    **What this PR does / why we need it**:
    
    spf13/cobra#502 has enforced checking flags that marked as required, an error will be raised if unset.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*:fixes #54855
    xref #48400
    fixes kubernetes/kubectl#121 
    
    **Special notes for your reviewer**:
    /assign @liggitt @eparis 
    
    **Release note**:
    
    ```release-note
    kubectl now enforces required flags at a more fundamental level
    ```
    048757b8
Name
Last commit
Last update
..
BUILD Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
create_authinfo.go Loading commit data...
create_authinfo_test.go Loading commit data...
create_cluster.go Loading commit data...
create_cluster_test.go Loading commit data...
create_context.go Loading commit data...
create_context_test.go Loading commit data...
current_context.go Loading commit data...
current_context_test.go Loading commit data...
delete_cluster.go Loading commit data...
delete_cluster_test.go Loading commit data...
delete_context.go Loading commit data...
delete_context_test.go Loading commit data...
get_clusters.go Loading commit data...
get_clusters_test.go Loading commit data...
get_contexts.go Loading commit data...
get_contexts_test.go Loading commit data...
navigation_step_parser.go Loading commit data...
navigation_step_parser_test.go Loading commit data...
rename_context.go Loading commit data...
rename_context_test.go Loading commit data...
set.go Loading commit data...
set_test.go Loading commit data...
unset.go Loading commit data...
unset_test.go Loading commit data...
use_context.go Loading commit data...
use_context_test.go Loading commit data...
view.go Loading commit data...
view_test.go Loading commit data...