| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
|
/hold currently testing in ondemand |
Sorry, something went wrong.
Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
|
LGTM label has been added. DetailsGit tree hash: 827bd03599514dea0a58801e8a2d0d5a1398ad56 |
Sorry, something went wrong.
|
/unhold tested in ondemand /cherrypick release-v1.33 |
Sorry, something went wrong.
|
@breuerfelix: once the present PR merges, I will cherry-pick it on top of release-v1.33, release-v1.34, release-v1.35, release-v1.36 in new PRs and assign them to you. DetailsIn 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-sigs/prow repository. |
Sorry, something went wrong.
|
/approve |
Sorry, something went wrong.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: breuerfelix, ftl The full list of commands accepted by this bot can be found here. The pull request process is described here Details Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing /approve in a comment |
Sorry, something went wrong.
|
@breuerfelix: new pull request created: #1234 DetailsIn 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-sigs/prow repository. |
Sorry, something went wrong.
|
@breuerfelix: new pull request created: #1235 DetailsIn 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-sigs/prow repository. |
Sorry, something went wrong.
|
@breuerfelix: new pull request created: #1236 DetailsIn 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-sigs/prow repository. |
Sorry, something went wrong.
|
@breuerfelix: new pull request created: #1237 DetailsIn 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-sigs/prow repository. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
How to categorize this PR?
/kind regression
What this PR does / why we need it:
After the LB SDK update, creating LoadBalancer did work, but updating them resulted in an issue due to the status being an empty string instead of a nil pointer. We never set the status anyways, so we should remove that. The status should be a "read only" value anyway.
Errors and PrivateAddress are also readonly fields that got removed.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Breaking changes: