k3s/pkg/cloudprovider/providers/gce
Kubernetes Submit Queue fa094e6672
Merge pull request #58435 from bowei/cp-gen-method-pages
Automatic merge from submit-queue (batch tested with PRs 58422, 58229, 58421, 58435, 58475). 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 handling for method that use Pages() to retrieve results

- Add handling for method that use Pages() to retrieve results
- Make functions take in *Key rather than value type.

```release-note
NONE
```
2018-01-18 16:36:41 -08:00
..
cloud Update code for GCE cloud provider 2018-01-18 13:33:34 -08:00
BUILD Add `cloud` for the generated GCE interfaces, support structs 2018-01-10 15:10:21 -08:00
OWNERS Add approvers for GCE cloud provider 2017-05-26 16:42:20 -07:00
doc.go
gce.go Add `cloud` for the generated GCE interfaces, support structs 2018-01-10 15:10:21 -08:00
gce_address_manager.go Use GA API for managing addresses 2017-12-27 11:27:43 -08:00
gce_address_manager_test.go Use GA API for managing addresses 2017-12-27 11:27:43 -08:00
gce_addresses.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_addresses_fakes.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_alpha.go add neg to gce cloud provider 2017-09-25 11:11:18 -07:00
gce_annotations.go GCE: Add annotations and helper functions for network tiers 2017-08-28 18:40:20 -07:00
gce_annotations_test.go GCE: Add annotations and helper functions for network tiers 2017-08-28 18:40:20 -07:00
gce_backendservice.go add get alpha backend service into cloud provider 2017-09-29 14:57:08 -07:00
gce_cert.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_clusterid.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
gce_clusters.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_disks.go Change `GCEDiskAlphaAPI` to `DiskAlphaAPI` 2017-11-27 16:23:31 -08:00
gce_disks_test.go Implement resizing support for GCE 2017-11-22 16:24:58 -05:00
gce_firewall.go Consume new config value for network project id 2017-08-28 11:11:05 -07:00
gce_forwardingrule.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_forwardingrule_fakes.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_healthchecks.go add alpha wrapper function for backend service and health check 2017-09-25 11:11:24 -07:00
gce_healthchecks_test.go Bump up minNodesHealthCheckVersion in gce_healthcheck due to known issues 2017-07-20 16:04:40 -07:00
gce_instancegroup.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_instances.go Changed GetAllZones to only get zones with nodes that are currently 2017-11-20 16:04:18 -08:00
gce_interfaces.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_loadbalancer.go Sort default cidrs for reproducible builds 2017-12-10 21:05:17 -05:00
gce_loadbalancer_external.go Update gce call to use wrapper in gce_loadbalancer_external 2018-01-17 18:22:09 -08:00
gce_loadbalancer_external_test.go GCE: Add "Network Tiers" as an Alpha feature for L4 load balancers 2017-09-01 09:13:20 -07:00
gce_loadbalancer_internal.go Use existing subnetwork of forwarding rule 2018-01-05 10:15:33 -08:00
gce_loadbalancer_naming.go Fix GCE LB resource cleanup for service e2e tests. 2017-09-19 15:42:41 -07:00
gce_networkendpointgroup.go add neg to gce cloud provider 2017-09-25 11:11:18 -07:00
gce_op.go Consume new config value for network project id 2017-08-28 11:11:05 -07:00
gce_routes.go Consume new config value for network project id 2017-08-28 11:11:05 -07:00
gce_targetpool.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_targetproxy.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_test.go Remove unused ScrubDNS interface from cloudprovider 2017-12-08 16:03:56 +08:00
gce_urlmap.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
gce_util.go Get automatically created subnetwork if none is specified 2017-12-20 17:48:32 -08:00
gce_util_test.go Get automatically created subnetwork if none is specified 2017-12-20 17:48:32 -08:00
gce_zones.go Implement GetZoneByProviderID & GetZoneByNodeName 2017-09-01 14:02:50 -07:00
metrics.go add neg to gce cloud provider 2017-09-25 11:11:18 -07:00
metrics_test.go GCE: add a new label "version" for metrics 2017-08-22 17:37:50 -07:00
support.go Add `cloud` for the generated GCE interfaces, support structs 2018-01-10 15:10:21 -08:00
token_source.go