okd_enable_user_workload_monitoring #160
Reference in New Issue
Block a user
No description provided.
Delete Branch "okd_enable_user_workload_monitoring"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +131,4 @@.await}async fn wait_for_pod_ready(could it be interesting to move such function into the
k8s_clientso that others could use it easily? something likek8s_client.wait_for_pod(pod_name: &str, namespace: Option<&str>, status: PodStatus)@@ -0,0 +90,4 @@Ok(Outcome::success("updated cluster-monitoring-config-map".to_string(),))}for better readability, please add a white line between function declarations to give a bit of space
on a side note, we should always make sure to check for unused imports and also to run
cargo fmtandcargo clippy --fixbefore opening a PR to automatically fix some issues/warnings, the list of warnings (not related to this PR) is growing very quicklyPull request closed