Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: goenning <me@goenning.net>
  • Loading branch information
goenning committed Dec 3, 2022
1 parent d86c2c6 commit 1f51e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-client/src/config/file_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct Preferences {
#[cfg_attr(test, derive(PartialEq, Eq))]
pub struct NamedExtension {
/// Name of extension
pub name: Option<String>,
pub name: String,
/// Additional information for extenders so that reads and writes don't clobber unknown fields
pub extension: serde_json::Value,
}
Expand Down

0 comments on commit 1f51e4e

Please sign in to comment.