From ebde55affd9746b9176cc7616c11dd7703cfe190 Mon Sep 17 00:00:00 2001 From: tahahawa Date: Tue, 6 May 2025 21:20:00 -0400 Subject: [PATCH] remove reference --- Cargo.lock | 1 - examples/lamp/src/main.rs | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee85ed7..f84d847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1032,7 +1032,6 @@ dependencies = [ "harmony_cli", "harmony_macros", "harmony_types", - "k8s-openapi", "log", "tokio", "url", diff --git a/examples/lamp/src/main.rs b/examples/lamp/src/main.rs index a027c05..a1c124a 100644 --- a/examples/lamp/src/main.rs +++ b/examples/lamp/src/main.rs @@ -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