feat: add ingress score #32
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1032,7 +1032,6 @@ dependencies = [
|
|||||||
"harmony_cli",
|
"harmony_cli",
|
||||||
"harmony_macros",
|
"harmony_macros",
|
||||||
"harmony_types",
|
"harmony_types",
|
||||||
"k8s-openapi",
|
|
||||||
"log",
|
"log",
|
||||||
"tokio",
|
"tokio",
|
||||||
"url",
|
"url",
|
||||||
|
|||||||
@ -12,10 +12,6 @@ use harmony::{
|
|||||||
topology::{K8sAnywhereTopology, Url, k8s::K8sClient},
|
topology::{K8sAnywhereTopology, Url, k8s::K8sClient},
|
||||||
};
|
};
|
||||||
|
|
||||||
use k8s_openapi::{
|
|
||||||
api::networking::v1::{Ingress, IngressRule, IngressSpec, IngressStatus},
|
|
||||||
apimachinery::pkg::apis::meta::v1::ObjectMeta,
|
|
||||||
};
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
// This here is the whole configuration to
|
// This here is the whole configuration to
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user