remove reference

This commit is contained in:
tahahawa 2025-05-06 21:20:00 -04:00
parent 223c6ffc6d
commit ebde55affd
2 changed files with 0 additions and 5 deletions

1
Cargo.lock generated
View File

@ -1032,7 +1032,6 @@ dependencies = [
"harmony_cli",
"harmony_macros",
"harmony_types",
"k8s-openapi",
"log",
"tokio",
"url",

View File

@ -12,10 +12,6 @@ use harmony::{
topology::{K8sAnywhereTopology, Url, k8s::K8sClient},
};
use k8s_openapi::{
api::networking::v1::{Ingress, IngressRule, IngressSpec, IngressStatus},
apimachinery::pkg::apis::meta::v1::ObjectMeta,
};
#[tokio::main]
async fn main() {
// This here is the whole configuration to