• Kubernetes Submit Queue's avatar
    Merge pull request #46051 from p0lyn0mial/admission_plugins_register_method · 03ccb4f0
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 45313, 46051)
    
    Change all the existing admission init blocks to call a Register function
    
    **What this PR does / why we need it**:
    this is a two stage refactor when done there will be no init block in admission plugins.
    Instead all plugins expose Register function which accept admission.Plugins instance.
    The registration to global plugin registry happens inside Register function
    
    **Release note**:
    
    ```
    NONE
    ```
    03ccb4f0
Name
Last commit
Last update
..
cmd/kube-scheduler Loading commit data...
pkg Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...