Skip to content
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

Latest release 20.0.1 doesn't contain "client-java-contrib" module that contains V1 cert-manager models. #3489

Open
10dds opened this issue Jun 17, 2024 · 1 comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Comments

@10dds
Copy link

10dds commented Jun 17, 2024

Describe the bug
Latest client-java release 20.0.1 doesn't contain client-java-contrib module that contains V1 cert-manager models.
and recent cert-manager releases (>= v1.6) doesn't support v1alpha2, v1alpha3, and v1beta1.

Client Version
20.0.1

Kubernetes Version
N/A

Java Version
Java 8

To Reproduce
Upgrade cert-manager to >= v1.6 version.

Expected behavior
Kubernetes client-java library should support V1 cert-manager models.
https://cert-manager.io/docs/releases/release-notes/release-notes-1.6/.

KubeConfig
If applicable, add a KubeConfig file with secrets redacted.

Server (please complete the following information):

  • OS: [e.g. Linux]
  • Environment [e.g. container]
  • Cloud [e.g. Azure]

Additional context
Add any other context about the problem here.

@brendandburns
Copy link
Contributor

I think the code needs to be regenerated following the instructions here:
https://github.com/kubernetes-client/java/tree/master/client-java-contrib/cert-manager#code-generation

We'd be happy to take a PR with the regenerated code. Thanks!

@brendandburns brendandburns added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

2 participants