Skip to content

Commit

Permalink
Update rust/stackable-cockpit/src/utils/k8s/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <NickLarsenNZ@users.noreply.github.com>
  • Loading branch information
sbernauer and NickLarsenNZ authored May 27, 2024
1 parent 5d90f52 commit 7a444b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/stackable-cockpit/src/utils/k8s/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,9 @@ impl Client {
}

/// Creates a new [`Discovery`] object and immediatly runs a discovery.
#[tracing::instrument(skip_all)]
async fn run_discovery(client: kube::client::Client) -> Result<Discovery> {
tracing::info!("Running discovery");
tracing::info!("running discovery");
Discovery::new(client)
.run()
.await
Expand Down

0 comments on commit 7a444b7

Please sign in to comment.