kubernetes/pkg/cloudprovider/providers/gce
Kubernetes Submit Queue d02cf08e27
Merge pull request #64528 from MrHohn/gce-backend-service-beta
Automatic merge from submit-queue (batch tested with PRs 64364, 64369, 63819, 64528). 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>.

[gce provider] More wrappers for alpha/beta backend service

**What this PR does / why we need it**:
Sorry, some more wrapper functions I missed last time.

**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 #NONE 

**Special notes for your reviewer**:
/assign @rramkumar1  

**Release note**:

```release-note
NONE
```
2018-05-30 22:54:15 -07:00
..
cloud Merge pull request #64528 from MrHohn/gce-backend-service-beta 2018-05-30 22:54:15 -07:00
BUILD Merge pull request #64338 from agau4779/deprecate-gce-addr-fakes 2018-05-30 20:09:15 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
gce.go Use typed events client directly 2018-04-01 18:57:29 +10:00
gce_address_manager.go Move and make exported lbScheme types into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_address_manager_test.go use fakeGCECloud instead of gce address fakes 2018-05-25 14:19:00 -07:00
gce_addresses.go Move NetworkTiers into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_alpha.go remove knownAlphaFeatures, only store input features. 2018-03-23 09:20:35 -07:00
gce_annotations.go Move NetworkTiers into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_annotations_test.go Move NetworkTiers into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_backendservice.go [gce provider] More wrappers for alpha/beta backend service 2018-05-30 12:29:42 -07:00
gce_cert.go Remove ignoring of object not found on deletion 2018-01-18 17:48:01 -08:00
gce_clusterid.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
gce_clusters.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
gce_disks.go Change regional PD cloud provider references to use the beta API 2018-03-07 13:15:34 -08:00
gce_disks_test.go Remove validation of Alpha Feature Gates 2018-03-22 11:02:42 -07:00
gce_firewall.go Update Firewall to use generated code 2018-01-18 17:31:42 -08:00
gce_forwardingrule.go Move NetworkTiers into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_healthchecks.go Update Healthcheck to use generated code 2018-01-18 17:21:55 -08: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 Update InstanceGroup to use generated code 2018-01-18 17:21:55 -08:00
gce_instances.go PR #59323, fix bug and remove one api call, add node util dependency to cloud controller 2018-04-22 20:32:26 +03: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 Move and make exported lbScheme types into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_loadbalancer_external.go Move NetworkTiers into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_loadbalancer_external_test.go Add unit tests for gce loadbalancer internal. 2018-04-20 16:14:02 -07:00
gce_loadbalancer_internal.go Fix ILB issue updating load balancers 2018-04-19 15:18:43 -07:00
gce_loadbalancer_internal_test.go Expand ability of ResourceID 2018-05-01 12:21:44 -07:00
gce_loadbalancer_naming.go Move and make exported lbScheme types into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_loadbalancer_test.go encapsulate IP counter in X, parallelize lb tests 2018-04-17 13:34:49 -07:00
gce_loadbalancer_utils_test.go Add unit tests for gce loadbalancer internal. 2018-04-20 16:14:02 -07:00
gce_networkendpointgroup.go Update NEG to use generated code 2018-01-19 20:03:23 -08:00
gce_op.go should use time.Since instead of time.Now().Sub 2018-04-10 12:05:51 +08:00
gce_routes.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
gce_securitypolicy.go [gce provider] Add more wrapper for securiti policy 2018-05-25 16:43:28 -07:00
gce_targetpool.go Update TargetPool to use generated code 2018-01-18 23:10:39 -08:00
gce_targetproxy.go Pass certificate URLs instead of the certificate structs 2018-05-03 13:14:55 -07:00
gce_test.go remove knownAlphaFeatures, only store input features. 2018-03-23 09:20:35 -07:00
gce_tpu.go GCE: support Cloud TPU API in cloud provider 2018-02-26 22:09:35 -08:00
gce_urlmap.go Remove ignoring of object not found on deletion 2018-01-18 17:48:01 -08:00
gce_util.go Move NetworkTiers into cloud/constants.go 2018-02-20 13:19:04 -08:00
gce_util_test.go Sort firewall params 2018-02-02 15:38:23 -08:00
gce_zones.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08: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
OWNERS Add approvers for GCE cloud provider 2017-05-26 16:42:20 -07:00
support.go Performance tests and fix for IPAM controller. 2018-03-22 13:21:22 -07:00
token_source.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00