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

core deps bump #438

Merged
merged 3 commits into from
Dec 8, 2022
Merged

core deps bump #438

merged 3 commits into from
Dec 8, 2022

Conversation

kensipe
Copy link
Member

@kensipe kensipe commented Dec 7, 2022

Version updates for:

  • docker
  • k8s
  • client-go
  • testify
  • cobra

This bump brings the k8s dependencies to v0.25.4

Signed-off-by: Ken Sipe <kensipe@gmail.com>
Signed-off-by: Ken Sipe <kensipe@gmail.com>
@kensipe kensipe merged commit 9afac6e into main Dec 8, 2022
@kensipe kensipe deleted the ken/core-deps-bump branch December 8, 2022 14:40
@@ -224,7 +224,7 @@ func (r *RetryClient) Patch(ctx context.Context, obj client.Object, patch client
// Get retrieves an obj for the given object key from the Kubernetes Cluster.
// obj must be a struct pointer so that obj can be updated with the response
// returned by the Server.
func (r *RetryClient) Get(ctx context.Context, key client.ObjectKey, obj client.Object) error {
func (r *RetryClient) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error {
return Retry(ctx, func(ctx context.Context) error {
return r.Client.Get(ctx, key, obj)
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't opts be passed to the r.Client.Get call like the CRUD functions?

Copy link
Member Author

Choose a reason for hiding this comment

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

double checking... thanks for the watchful eye

@evenh evenh mentioned this pull request Jan 2, 2023
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.

None yet

2 participants