-
-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: align kube-rs with client-go config parsing (#1077)
* fix: align kube-rs with client-go config parsing Signed-off-by: goenning <me@goenning.net> * remove serde_with, make field optional Signed-off-by: goenning <me@goenning.net> * remove commented test Signed-off-by: goenning <me@goenning.net> * remove unnecessary default Signed-off-by: goenning <me@goenning.net> * adjust based on PR review Signed-off-by: goenning <me@goenning.net> * command and server are optional Signed-off-by: goenning <me@goenning.net> * name on named structs is optional Signed-off-by: goenning <me@goenning.net> * remove CurrentContextNotSet error Signed-off-by: goenning <me@goenning.net> * run fmt Signed-off-by: goenning <me@goenning.net> * revert named strings to be mandatory Signed-off-by: goenning <me@goenning.net> * other PR comments Signed-off-by: goenning <me@goenning.net> * revert Signed-off-by: goenning <me@goenning.net> * revert Signed-off-by: goenning <me@goenning.net> Signed-off-by: goenning <me@goenning.net> Co-authored-by: Eirik A <sszynrae@gmail.com>
- Loading branch information
Showing
4 changed files
with
85 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters