mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-24 11:57:35 +00:00
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>. Getting error from GetFirewallRule and checking it to fix multicluster ingress test Fixes https://github.com/kubernetes/kubernetes/pull/61909#issuecomment-377704479 Adding a GetFirewallRuleOrError method that returns the error rather than failing and using that in our multicluster ingress test. cc @nicksardo @MrHohn @G-Harmon @csbell ```release-note NONE ```