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

[#226] better naming for generic resource #272

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

lavocatt
Copy link
Collaborator

@lavocatt lavocatt commented Aug 13, 2024

The generic resource K8sResourceKind was composed from a BrokerCR and a generic data field. This definition was wrong since it was used to recover generic fields such as CertManager results.

Now it is named K8sResourceCommonWithData and is composed from a K8sResourceCommon plus a generic data field.

fixes #226

The generic resource K8sResourceKind was composed from a BrokerCR
and a generic data field. This definition was wrong since it was used to
recover generic fields such as CertManager results.

Now it is named K8sResourceCommonWithData and is composed from a
K8sResourceCommon plus a generic data field.
Copy link
Collaborator

@Msarawan Msarawan left a comment

Choose a reason for hiding this comment

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

LGTM!

@Msarawan Msarawan merged commit 77c9eac into artemiscloud:main Aug 19, 2024
5 checks passed
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.

code quality: rename the type K8sResourceKind to something better
2 participants