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

upgrade kubernetes to v1.29 #9

Merged
merged 2 commits into from
Apr 9, 2024
Merged

upgrade kubernetes to v1.29 #9

merged 2 commits into from
Apr 9, 2024

Conversation

sanposhiho
Copy link

upgrade kubernetes to v1.29

@sanposhiho
Copy link
Author

cc @ordovicia @utam0k

@utam0k
Copy link
Member

utam0k commented Apr 8, 2024

Thanks! I'll check this PR tomorrow 👀

func NewPlugin(configuration runtime.Object, fh framework.Handle) (framework.Plugin, error) {
ctx := context.TODO()

func NewPlugin(ctx context.Context, configuration runtime.Object, fh framework.Handle) (framework.Plugin, error) {
Copy link
Member

Choose a reason for hiding this comment

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

I wonder why we can change this signature?

Copy link
Author

Choose a reason for hiding this comment

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

@utam0k utam0k merged commit 1720404 into pfnet:master Apr 9, 2024
4 checks passed
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.

3 participants