kcp
kcp copied to clipboard
feature: disable APIExport endpoints urls for v1alpha2
Feature Description
As we just merged v1alpha2, we should add a feature flag into kcp to fully disable the APIExport virtualworkspaces URL (stop populating). and disable flag by default.
Proposed Solution
Add feature flag EnableDeprecatedAPIExportVirtualWorkspacesUrls and disable it by default.
if flag is disabled, stop populating apiexport v1alpha2 vw urls
Alternative Solutions
No response
Want to contribute?
- [ ] I would like to work on this issue.
Part of #3292
Additional Context
No response
It's a long deprecated field. Shouldn't we just make sure we don't use it in examples anymore and just remove it?
At the same time its one field everybody uses, so FF will help to avoid friction. This was main reason to go ff way.