You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Copy ClusterClasses and Templates without their owner references (#776)
**What problem does this PR solve?**:
Objects are garbage-collected if owners are not in the target namespace.
Unfortunately, the envtest-based integration tests missed this, because
envtest does not have garbage collection.
I'd like an e2e test to create a cluster in a separate namespace, but
that might in a future PR.
**Which issue(s) this PR fixes**:
Fixes #
**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->
**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
0 commit comments