quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.88k stars 2.71k forks source link

Add a crud capable Kubernetes server test resource #14744

Closed shawkins closed 3 years ago

shawkins commented 3 years ago

Description Similar to KubernetesMockServerTestResource it would be great to have KubernetesServerTestResource supporting the crud feature of the fabric8 KubernetesServer.

Implementation ideas A new test resource class. Locally my implementation is just https://github.com/shawkins/mk-agent/blob/39d2606d59a228845d7fa643d277dfe495b64c04/agent-sync/src/test/java/org/bf2/sync/KubernetesServerTestResource.java - at least for my usage there's no need for something like MockServer annotation support.

ghost commented 3 years ago

/cc @geoand

FroMage commented 3 years ago

I'll take this.

geoand commented 3 years ago

Coolio