Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
bc-7232 - remove not needed import (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored May 17, 2024
1 parent 6a9cf23 commit a4eadae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/de/svs/doido/mongo/Namespaces.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import jakarta.ws.rs.GET;
import io.fabric8.kubernetes.api.model.Namespace;
import io.fabric8.kubernetes.client.KubernetesClient;
import java.util.Collections;
import java.util.List;

@Path("/namespace")
Expand All @@ -22,4 +21,4 @@ public Namespaces(KubernetesClient kubernetesClient) {
public List<Namespace> namespaces() {
return kubernetesClient.namespaces().list().getItems();
}
}
}

0 comments on commit a4eadae

Please sign in to comment.