• Kubernetes Submit Queue's avatar
    Merge pull request #59520 from feiskyer/new-cache · f0e573d6
    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>.
    
    Add generic cache for Azure VM/LB/NSG/RouteTable
    
    **What this PR does / why we need it**:
    
    Part of #58770. This PR adds a generic cache of Azure VM/LB/NSG/RouteTable for reducing ARM calls.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Part of #58770
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    Add generic cache for Azure VM/LB/NSG/RouteTable
    ```
    f0e573d6
Name
Last commit
Last update
..
auth Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
azure.go Loading commit data...
azure_backoff.go Loading commit data...
azure_backoff_test.go Loading commit data...
azure_blobDiskController.go Loading commit data...
azure_cache.go Loading commit data...
azure_cache_test.go Loading commit data...
azure_client.go Loading commit data...
azure_controllerCommon.go Loading commit data...
azure_fakes.go Loading commit data...
azure_file.go Loading commit data...
azure_instance_metadata.go Loading commit data...
azure_instances.go Loading commit data...
azure_loadbalancer.go Loading commit data...
azure_loadbalancer.md Loading commit data...
azure_loadbalancer_test.go Loading commit data...
azure_managedDiskController.go Loading commit data...
azure_metrics.go Loading commit data...
azure_metrics_test.go Loading commit data...
azure_routes.go Loading commit data...
azure_routes_test.go Loading commit data...
azure_standard.go Loading commit data...
azure_standard_test.go Loading commit data...
azure_storage.go Loading commit data...
azure_storage_test.go Loading commit data...
azure_storageaccount.go Loading commit data...
azure_storageaccount_test.go Loading commit data...
azure_test.go Loading commit data...
azure_vmsets.go Loading commit data...
azure_vmss.go Loading commit data...
azure_vmss_test.go Loading commit data...
azure_wrap.go Loading commit data...
azure_wrap_test.go Loading commit data...
azure_zones.go Loading commit data...