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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

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.

1 participant