GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
376 stars 68 forks source link

Fixing lint errors in pkg/gcp #182

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Fixes https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/44

Ref #61

Fixing lint error for pkg/gcp

All sub packages in pkg/gcp have similar changes. The pattern was already reviewed for url map in https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/180. Have hence combined all the changes in this single PR. Apologies if its too big and hard to review :)

cc @G-Harmon

G-Harmon commented 6 years ago
:lgtm:

phew, that was long!


Reviewed 22 of 22 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

nikhiljindal commented 6 years ago

Thanks @G-Harmon :)