-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
(c-r v0.2.0) *: bump controller-runtime to v0.2.0, update APIs #1839
(c-r v0.2.0) *: bump controller-runtime to v0.2.0, update APIs #1839
Conversation
0e3d3a9
to
d1f2408
Compare
@estroz Should we go ahead and bump directly to 0.2.0 now that it's released? |
4959d45
to
34703bf
Compare
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.
LGTM after addressing last few nits
5e69581
to
3c06471
Compare
3c06471
to
d9bc749
Compare
Co-Authored-By: Haseeb Tariq <[email protected]>
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.
Looks good overall. Just some nits and corrections in the client documentation.
Co-Authored-By: Haseeb Tariq <[email protected]>
c2637d8
to
789cb05
Compare
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.
LGTM
…ample to doc/user/client.md
789cb05
to
11386f3
Compare
Description of the change:
Motivation for the change: controller-runtime merged an API options redux in v0.2.0-beta.5, then released v0.2.0. This PR modifies SDK code that uses affected APIs.
Migrated Ansible and Helm projects use controller-runtime directly in their
cmd/manager/main.go
files, so controller-runtime should be pinned in their go.mod/Gopkg.toml scaffolds.