@page "/clusters/{ClusterId}/namespaces" @attribute [Authorize(Policy = AdminUiPolicies.AuthenticatedRead)] @rendermode RenderMode.InteractiveServer

Namespaces · @ClusterId

Namespaces are retired in v3
The Namespace entity has been removed. The v3 Raw/UNS split replaces it — raw driver folders and the unified namespace are managed on the /raw and /uns pages, arriving in v3 Batch 2/3. This page is a placeholder so existing links do not 404.
@code { [Parameter] public string ClusterId { get; set; } = ""; }