-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a crud capable Kubernetes server test resource #14744
Comments
ghost
added
the
area/kubernetes
label
Feb 1, 2021
/cc @geoand |
I'll take this. |
Coolio |
FroMage
added a commit
to FroMage/quarkus
that referenced
this issue
Feb 4, 2021
FroMage
added a commit
to FroMage/quarkus
that referenced
this issue
Feb 4, 2021
FroMage
added a commit
to FroMage/quarkus
that referenced
this issue
Feb 9, 2021
FroMage
added a commit
to FroMage/quarkus
that referenced
this issue
Feb 10, 2021
FroMage
added a commit
to FroMage/quarkus
that referenced
this issue
Feb 15, 2021
FroMage
added a commit
to FroMage/quarkus
that referenced
this issue
Feb 17, 2021
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Feb 19, 2021
…RUD operations (cherry picked from commit cd4f458)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: