Skip to content

[Merged by Bors] - Upgrade to kube-rs 0.75.0 (Api-Less Edition(TM)) #490

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

Closed
wants to merge 6 commits into from

Conversation

nightkr
Copy link
Member

@nightkr nightkr commented Oct 13, 2022

Description

This is an alternate take on #481/#471 that does not introduce a new operator-framework-level Api type. Instead, it introduces a new GetApi trait that lets Client::get_api specialize as needed.

Review Checklist

  • Code contains useful comments
  • (Integration-)Test cases added (or not applicable)
  • Documentation added (or not applicable)
  • Changelog updated (or not applicable)
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

This is an alternate take on #481/#471 that does not introduce a new
operator-framework-level `Api` type. Instead, it introduces a new `GetApi`
trait that lets `Client::get_api` specialize as needed.
@nightkr nightkr linked an issue Oct 13, 2022 that may be closed by this pull request
2 tasks
Copy link
Member

@siegfriedweber siegfriedweber left a comment

Choose a reason for hiding this comment

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

I like your approach.

The doc test must be fixed and a changelog entry is missing.

@nightkr
Copy link
Member Author

nightkr commented Oct 17, 2022

@siegfriedweber I believe I've addressed all your concerns now.

Copy link
Member

@siegfriedweber siegfriedweber left a comment

Choose a reason for hiding this comment

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

Looks good. I have only two tiny remarks again.

nightkr and others added 2 commits October 17, 2022 15:33
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
@nightkr
Copy link
Member Author

nightkr commented Oct 17, 2022

bors r+

bors bot pushed a commit that referenced this pull request Oct 17, 2022
## Description

This is an alternate take on #481/#471 that does not introduce a new operator-framework-level `Api` type. Instead, it introduces a new `GetApi` trait that lets `Client::get_api` specialize as needed.



Co-authored-by: Teo Klestrup Röijezon <teo.roijezon@stackable.de>
@bors
Copy link
Contributor

bors bot commented Oct 17, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Upgrade to kube-rs 0.75.0 (Api-Less Edition(TM)) [Merged by Bors] - Upgrade to kube-rs 0.75.0 (Api-Less Edition(TM)) Oct 17, 2022
@bors bors bot closed this Oct 17, 2022
@bors bors bot deleted the feature/kube-0.75.0-no-api branch October 17, 2022 13:46
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.

Upgrade to kube-rs 0.75.0
2 participants