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

Changes &Option<String> to Option<&str> in kubectl example #1217

Merged
merged 1 commit into from
May 19, 2023

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented May 19, 2023

Followup to #1216 - minor change switching &Option<String> to the more idomatic Option<&str> which also requires one less clone.

@clux clux added this to the 0.83.0 milestone May 19, 2023
@clux clux added the changelog-exclude changelog excluded prs label May 19, 2023
Signed-off-by: David Herberth <github@dav1d.de>
@codecov
Copy link

codecov bot commented May 19, 2023

Codecov Report

Merging #1217 (45df4b9) into main (49d33ec) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1217   +/-   ##
=======================================
  Coverage   73.49%   73.49%           
=======================================
  Files          68       68           
  Lines        5380     5380           
=======================================
  Hits         3954     3954           
  Misses       1426     1426           

@clux clux merged commit 6a543dc into kube-rs:main May 19, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-exclude changelog excluded prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants