We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdccc72 + 36bc47b commit 2e026fdCopy full SHA for 2e026fd
k8s/supportability/src/lib.rs
@@ -191,9 +191,9 @@ async fn execute_resource_dump(
191
#[derive(Default, Clone)]
192
pub struct KubeConfigArgs {
193
/// The path to the kubeconfig file, otherwise it's inferred.
194
- path: Option<PathBuf>,
+ pub path: Option<PathBuf>,
195
/// Options used when loading the kubeconfig file.
196
- opts: kube::config::KubeConfigOptions,
+ pub opts: kube::config::KubeConfigOptions,
197
}
198
199
impl std::fmt::Debug for KubeConfigArgs {
0 commit comments