GoogleCloudPlatform / k8s-multicluster-ingress

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

Adding code to create an https forwarding rule #97

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Ref #46

Adding code to create an https forwarding rule. This completes the code to create an https ingress using secret certs. We still need to add support for pre-shared certs. Also need to add a test for https ingress.

Ignore the first commit which is part of https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/pull/92 (will rebase once it merges).

cc @csbell @G-Harmon

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling e43630852fbe118fe019ff0edf11a4c09a209c5f on nikhiljindal:httpsforwardingRule into on GoogleCloudPlatform:master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 208b689534dee601ab0744cbbec97103360ae3c7 on nikhiljindal:httpsforwardingRule into on GoogleCloudPlatform:master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 40d7d686a413d414e205f3aba76709e029d05eff on nikhiljindal:httpsforwardingRule into on GoogleCloudPlatform:master.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling a2ab7bbdd980724ee443363d43024cdb0463ed29 on nikhiljindal:httpsforwardingRule into on GoogleCloudPlatform:master.

nikhiljindal commented 6 years ago

Fixed the "make vet" error and also verified that e2e test still passes!

G-Harmon commented 6 years ago

nice!