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

Removing KUDO references and Warning on Deprecated use of kudo.dev #236

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

kensipe
Copy link
Member

@kensipe kensipe commented Oct 20, 2020

Signed-off-by: Ken Sipe kensipe@gmail.com

Signed-off-by: Ken Sipe <kensipe@gmail.com>
Copy link
Member

@ANeumann82 ANeumann82 left a comment

Choose a reason for hiding this comment

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

🚢

Copy link
Member

@nfnt nfnt left a comment

Choose a reason for hiding this comment

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

LGTM!

@kensipe kensipe merged commit 0f356f8 into main Oct 20, 2020
@kensipe kensipe deleted the kudo-removal branch October 20, 2020 16:04
@@ -392,6 +392,9 @@ func ConvertUnstructured(in runtime.Object) (runtime.Object, error) {
// Deprecated: kudo.dev is deprecated.
kudoGroup := "kudo.dev"
kuttlGroup := "kuttl.dev"
if group == kudoGroup {
Copy link
Contributor

Choose a reason for hiding this comment

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

with this change, this warning is printed for all the resources from KUDO (try running KUDO tests now and you'll see). I am not sure this was the right place to put this warning to.

Copy link
Member

Choose a reason for hiding this comment

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

👍
This function is also called when applying general resources. These could be KUDO CRDs or CRs where kudo.dev is expected.

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah this is what kudo tests say right now

2020/10/26 13:56:54 WARNING: kudo.dev group has been deprecated and is schedule to be removed in KUTTL 0.8.0
2020/10/26 13:56:54 WARNING: kudo.dev group has been deprecated and is schedule to be removed in KUTTL 0.8.0

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.

None yet

4 participants