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

Serialize TerminalSize fields as PascalCase #1407

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

nightkr
Copy link
Member

@nightkr nightkr commented Feb 12, 2024

Doesn't seem to affect anything for the real API-server, but it's what kubectl/client-go sends, so we might as well align with them.

Doesn't seem to affect anything for the real API-server, but it's what kubectl/client-go sends.

Signed-off-by: Natalie Klestrup Röijezon <[email protected]>
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d449353) 72.1% compared to head (8df88ce) 72.1%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1407   +/-   ##
=====================================
  Coverage   72.1%   72.1%           
=====================================
  Files         75      75           
  Lines       6470    6470           
=====================================
  Hits        4663    4663           
  Misses      1807    1807           
Files Coverage Δ
kube-client/src/api/remote_command.rs 60.0% <ø> (ø)

@clux clux added the changelog-fix changelog fix category for prs label Feb 12, 2024
@clux clux added this to the 0.89.0 milestone Feb 12, 2024
Copy link
Member

@clux clux left a comment

Choose a reason for hiding this comment

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

makes sense 👍

@nightkr
Copy link
Member Author

nightkr commented Feb 12, 2024

The MSRV failure seems to be unrelated to the PR.

@clux
Copy link
Member

clux commented Feb 12, 2024

ahash forces 1.72, which is fine and within policy. can do that in a separate PR. can merge this regardless.

@nightkr nightkr merged commit ea0ea39 into main Feb 12, 2024
17 of 18 checks passed
@nightkr nightkr deleted the bugfix/pascalcase-terminal-size branch February 12, 2024 14:53
clux added a commit that referenced this pull request Feb 12, 2024
@clux clux mentioned this pull request Feb 12, 2024
clux added a commit that referenced this pull request Feb 12, 2024
just bump-msrv 1.72.0

for #1407

Signed-off-by: clux <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-fix changelog fix category for prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants