Skip to content

Commit 2e026fd

Browse files
author
datacore-bolt-ci
committed
ci(stability): merge the develop branch
2 parents fdccc72 + 36bc47b commit 2e026fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/supportability/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ async fn execute_resource_dump(
191191
#[derive(Default, Clone)]
192192
pub struct KubeConfigArgs {
193193
/// The path to the kubeconfig file, otherwise it's inferred.
194-
path: Option<PathBuf>,
194+
pub path: Option<PathBuf>,
195195
/// Options used when loading the kubeconfig file.
196-
opts: kube::config::KubeConfigOptions,
196+
pub opts: kube::config::KubeConfigOptions,
197197
}
198198

199199
impl std::fmt::Debug for KubeConfigArgs {

0 commit comments

Comments
 (0)