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

deps: update controller-runtime #58

Merged
merged 1 commit into from
Sep 19, 2022
Merged

deps: update controller-runtime #58

merged 1 commit into from
Sep 19, 2022

Conversation

nicks
Copy link
Member

@nicks nicks commented Sep 16, 2022

Hello @milas, @nicksieger,

Please review the following commits I made in branch nicks/deps:

3716d04 (2022-09-16 12:48:13 -0400)
deps: update controller-runtime

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

if err != nil {
return nil, err
}
rest.FillObjectMetaSystemFields(accessor)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this part is the main change. it assigns the CreationTimestamp and UID. Not totally sure where this was handled before, but now it's expected to be handled before BeforeCreate()

Copy link
Member

@nicksieger nicksieger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, looks like you need to update generated code

Signed-off-by: Nick Santos <nick.santos@docker.com>
@nicks nicks merged commit f1bf501 into main Sep 19, 2022
@nicks nicks deleted the nicks/deps branch September 19, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants