This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Namespace not populated in the FederateResources response #1181
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Input
federate.FederateResources(resources)
where resources contain the input kubernetes object.
What happened:
The namespace was not copied in the response of federate.FederateResources(resources)
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
use federate.FederateResources(resources) from the federate package
Anything else we need to know?:
would it be right to check if the object is namespaced using this code ?
if i revert this condition , i get the right response and namespaces as in the expected response.
/kind bug
The text was updated successfully, but these errors were encountered: