• Kubernetes Submit Queue's avatar
    Merge pull request #45987 from nicksardo/cloud-init-kubeclient · ead8c98c
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Initialize cloud providers with a K8s clientBuilder
    
    **What this PR does / why we need it**:
    This PR provides each cloud provider the ability to generate kubernetes clients. Either the full access or service account client builder is passed from the controller manager. Cloud providers could need to retrieve information from the cluster that isn't provided through defined interfaces, and this seems more preferable to adding parameters.
    
    Please leave your thoughts/comments.
    
    **Release note**:
    ```release-note
    NONE
    ```
    ead8c98c
Name
Last commit
Last update
..
BUILD Loading commit data...
MAINTAINERS.md Loading commit data...
OWNERS Loading commit data...
metadata.go Loading commit data...
metadata_test.go Loading commit data...
openstack.go Loading commit data...
openstack_instances.go Loading commit data...
openstack_loadbalancer.go Loading commit data...
openstack_routes.go Loading commit data...
openstack_routes_test.go Loading commit data...
openstack_test.go Loading commit data...
openstack_volumes.go Loading commit data...