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

Switch to apiextensions/v1. #1

Merged
merged 2 commits into from
May 23, 2023
Merged

Conversation

junm-cloudnatix
Copy link

No description provided.

apiextensions/v1beta1 has been deprecated and removed in k8s
1.22

This PR switches to the new apiextensions/v1.
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22
Copy link

@kenji-cloudnatix kenji-cloudnatix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -16,7 +16,7 @@ import (

const (
CRDPlural string = "databases"
CRDGroup string = "k8s.io"
CRDGroup string = "cloudnatix.com" // TODO(junm): fix this later.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: I got an error regarding the definition of databases.k8s.io CRDs as noted in kubernetes/enhancements#1111.

I just switched to cloudnatix.com for our usages, but it's not clear to me how this can be resolved within the original k8s-rds code base.

@junm-cloudnatix junm-cloudnatix merged commit 57162a7 into master May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants