k3s/pkg/cloudprovider/providers/gce
Kubernetes Submit Queue 317853c90c
Merge pull request #59464 from dixudx/fix_all_typos
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>.

fix all the typos across the project

**What this PR does / why we need it**:
There are lots of typos across the project. We should avoid small PRs on fixing those annoying typos, which is time-consuming and low efficient.

This PR does fix all the typos across the project currently. And with #59463, typos could be avoided when a new PR gets merged.

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

**Special notes for your reviewer**:
/sig testing
/area test-infra
/sig release
/cc @ixdy 
/assign @fejta 

**Release note**:

```release-note
None
```
2018-02-10 22:12:45 -08:00
..
cloud make context the first arg in AddInstanceHook/RemoveInstanceHook 2018-02-08 11:04:39 -08:00
BUILD run update-bazel.sh, lint on mock.go 2018-02-07 15:27:35 -08:00
OWNERS
doc.go
gce.go Expose the generate stub for compute API 2018-01-23 00:21:42 -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 Update Addresses to use generated code 2018-01-18 17:20:54 -08:00
gce_addresses_fakes.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
gce_alpha.go add neg to gce cloud provider 2017-09-25 11:11:18 -07:00
gce_annotations.go
gce_annotations_test.go
gce_backendservice.go Remove ignoring of object not found on deletion 2018-01-18 17:48:01 -08: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 Merge pull request #59464 from dixudx/fix_all_typos 2018-02-10 22:12:45 -08:00
gce_disks_test.go Implement resizing support for GCE 2017-11-22 16:24:58 -05:00
gce_firewall.go Update Firewall to use generated code 2018-01-18 17:31:42 -08:00
gce_forwardingrule.go Fixes some typos/spaces in the GCE cloudprovider 2018-01-19 18:13:45 -08:00
gce_forwardingrule_fakes.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
gce_healthchecks.go Update Healthcheck to use generated code 2018-01-18 17:21:55 -08:00
gce_healthchecks_test.go
gce_instancegroup.go Update InstanceGroup to use generated code 2018-01-18 17:21:55 -08:00
gce_instances.go Merge pull request #59423 from jingax10/upgrade_aliases_branch 2018-02-06 21:34:43 -08:00
gce_interfaces.go
gce_loadbalancer.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
gce_loadbalancer_external.go move makeHostUrl to gce_instances (only used there) 2018-02-06 10:49:08 -08:00
gce_loadbalancer_external_test.go remove newline before err checks. address pr comments 2018-02-07 14:38:31 -08:00
gce_loadbalancer_internal.go Fix reference to Items in internal load balancer 2018-01-18 17:44:30 -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 Update NEG to use generated code 2018-01-19 20:03:23 -08:00
gce_op.go
gce_routes.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
gce_targetpool.go Update TargetPool to use generated code 2018-01-18 23:10:39 -08:00
gce_targetproxy.go Remove ignoring of object not found on deletion 2018-01-18 17:48:01 -08:00
gce_test.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
gce_urlmap.go Remove ignoring of object not found on deletion 2018-01-18 17:48:01 -08:00
gce_util.go Sort firewall params 2018-02-02 15:38:23 -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
support.go Add `cloud` for the generated GCE interfaces, support structs 2018-01-10 15:10:21 -08:00
token_source.go