-
Notifications
You must be signed in to change notification settings - Fork 580
Bug 1756141: Remove incorrect optional tag from new ingress field #448
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
Bug 1756141: Remove incorrect optional tag from new ingress field #448
Conversation
|
@ironcladlou: This pull request references Bugzilla bug 1756141, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@ironcladlou: This pull request references Bugzilla bug 1756141, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
0837fc9 to
d4388d3
Compare
|
@ironcladlou: This pull request references Bugzilla bug 1756141, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1 similar comment
|
@ironcladlou: This pull request references Bugzilla bug 1756141, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
d4388d3 to
843c0b1
Compare
| import io "io" | ||
|
|
||
| // Reference imports to suppress errors if they are not otherwise used. | ||
| var _ = proto.Marshal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are many pb changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually deleted these changes from the commit, not sure what's up with the generator. Will look into it later.
`loadBalancer` is a new field that contains `scope`, and `loadBalancer` is optional (correct). However, `loadBalancer.scope` _should_ be required. This commit fixes that.
843c0b1 to
535221b
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ironcladlou, knobunc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@smarterclayton PTAL |
|
/bugzilla refresh |
|
@eparis: This pull request references Bugzilla bug 1756141, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
I'm on my phone. Ben please go ahead and set cherry pick approved valid bug and unset invalid book |
|
@ironcladlou: All pull requests linked via external trackers have merged. Bugzilla bug 1756141 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
loadBalanceris a new field that containsscope, andloadBalancerisoptional (correct). However,
loadBalancer.scopeshould be required. Thiscommit fixes that.
Backport of #446