Skip to content

Commit

Permalink
Expose NamedAuthInfo
Browse files Browse the repository at this point in the history
Expose `NamedAuthInfo` to allow programmatic construction of
Kubeconfigs.
  • Loading branch information
Axel Christ committed Sep 28, 2020
1 parent fb6c2ab commit ed5b8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,5 +354,5 @@ fn hacky_cert_lifetime_for_macos(_: &Der) -> bool {
// Expose raw config structs
pub use file_config::{
AuthInfo, AuthProviderConfig, Cluster, Context, ExecConfig, Kubeconfig, NamedCluster, NamedContext,
NamedExtension, Preferences,
NamedExtension, Preferences, NamedAuthInfo,
};

0 comments on commit ed5b8bf

Please sign in to comment.