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

do not use extra labels to list stream CRDs #2803

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

FxKu
Copy link
Member

@FxKu FxKu commented Nov 19, 2024

Using extra labels for searching stream CRs leads to the creation of new resources when, for example, the teamId label changes. This should not happen. Only use cluster labels for search like we do in other list API calls. Unit test have to reflect the behavior, too.

The stream resource, on the other hand, should get all labels and we have to include a label comparison to the compareStream function. The corresponding unit test has been extended.

@FxKu FxKu added the bugfix label Nov 19, 2024
@FxKu FxKu added this to the 1.14.0 milestone Nov 19, 2024
@idanovinda
Copy link
Member

👍

@idanovinda
Copy link
Member

👍

1 similar comment
@FxKu
Copy link
Member Author

FxKu commented Dec 17, 2024

👍

@FxKu FxKu merged commit d44bfab into master Dec 17, 2024
10 checks passed
@FxKu FxKu deleted the fix-streams-list-call branch December 17, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants