• Kubernetes Submit Queue's avatar
    Merge pull request #60270 from stewart-yu/splitFlag · 0f3de97d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 61306, 60270, 62496, 62181, 62234). 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>.
    
    split up the huge set of flags into smaller option structs
    
    **What this PR does / why we need it**:
    To make generic, we do following work:
    
    1.  Spliting `KubeControllerManagerConfiguration` in kube-controller-manager and cloud-controller-manager into fewer smaller struct options order by controller, and modify relative flag. Also part of #59483.
    2. Spliting `componentconfig` in controller-manager into fewer smaller config order by controller too.
    
    All works follow #59582, using `option+config` logic.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    0f3de97d
Name
Last commit
Last update
..
config Loading commit data...
options Loading commit data...
BUILD Loading commit data...
controllermanager.go Loading commit data...