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
// StableRequestNameMCP returns a stable name for MCP requests that can be used in a request namespace on the platform cluster.
23
26
// onboardingName is the name of the reconciled resource on the onboarding cluster.
24
27
// controllerName is the name of the controller that is reconciling the resource.
28
+
//
29
+
// Deprecated: Since every MCP now has its own namespace on the platform cluster, producing unique names this way is not required anymore for namespace-scoped resources. Use StableMCPIdentifier for cluster-scoped resources.
// StableRequestNameWorkload returns a stable name for Workload requests that can be used in a request namespace on the platform cluster.
30
35
// onboardingName is the name of the reconciled resource on the onboarding cluster.
31
36
// controllerName is the name of the controller that is reconciling the resource.
37
+
//
38
+
// Deprecated: Since each MCP now has its own namespace, the controller can choose the request name relatively freely (just avoid conflicts with other controllers).
// StableRequestNameOnboarding returns a stable name for Onboarding requests that can be used in a request namespace on the platform cluster.
37
44
// onboardingName is the name of the reconciled resource on the onboarding cluster.
38
45
// controllerName is the name of the controller that is reconciling the resource.
46
+
//
47
+
// Deprecated: Since each MCP now has its own namespace, the controller can choose the request name relatively freely (just avoid conflicts with other controllers).
0 commit comments