okd_enable_user_workload_monitoring #160
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#160
Loading…
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_client
so 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 fmt
andcargo clippy --fix
before opening a PR to automatically fix some issues/warnings, the list of warnings (not related to this PR) is growing very quicklyPull request closed