Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ListGlobalForwardingRules to the LoadBalancers interface. #78

Merged
merged 1 commit into from
Dec 6, 2017

Conversation

G-Harmon
Copy link
Contributor

@G-Harmon G-Harmon commented Dec 5, 2017

I have an upcoming commit in the k8s-multicluster-ingress repo where I will use this.

cc @bowei @nicksardo @nikhiljindal

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 5, 2017
@nikhiljindal
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Dec 5, 2017
@nikhiljindal
Copy link
Contributor

I see ListGlobalForwardingRules is implemented in GCECloud already: https://github.com/kubernetes/kubernetes/blob/6d32783453a6f624e9c0e2d818f58bdaa65199b3/pkg/cloudprovider/providers/gce/gce_forwardingrule.go#L73, so just adding it to the interface seems enough.

lgtm, but will wait for @bowei or @nicksardo to take a look and lgtm and merge.

I have an upcoming commit in the k8s-multicluster-ingress repo where I will use this.
@G-Harmon
Copy link
Contributor Author

G-Harmon commented Dec 5, 2017

I updated the Fake so that it actually returns the current firewall rules. (I ended up using this logic in my commit for kubemci, which I haven't sent out yet.)

@nikhiljindal
Copy link
Contributor

thx, still lgtm

@nicksardo
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 6, 2017
@nicksardo nicksardo merged commit 0faf391 into kubernetes:master Dec 6, 2017
@G-Harmon G-Harmon deleted the loadbalancerListRules branch December 6, 2017 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants