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 isNamespaced for adding namespace to API calls #1993

Merged
merged 1 commit into from
May 29, 2024

Conversation

joaquimrocha
Copy link
Collaborator

@joaquimrocha joaquimrocha commented May 27, 2024

This isNamespaced will not work in the case of CRDs for example.

How to test:

  • Create a CRD; then delete it -> it was not succeeding to delete before this patch.

This isNamespaced will not work in the case of CRDs for example.

Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
@joaquimrocha joaquimrocha requested a review from skoeva May 27, 2024 13:12
@joaquimrocha joaquimrocha changed the title frontend: Do not use isNamespaced for adding namespace to API calls Do not use isNamespaced for adding namespace to API calls May 27, 2024
@skoeva
Copy link
Contributor

skoeva commented May 28, 2024

can confirm now this change fixes the deletion issue with the namespaced scope

@joaquimrocha joaquimrocha merged commit 86aa99c into main May 29, 2024
13 of 14 checks passed
@joaquimrocha joaquimrocha deleted the fix-crd-deletion branch May 29, 2024 15:47
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