Documentation
¶
Index ¶
- func StableControllerNamespace(controllerName string) string
- func StableRequestNameMCP(onboardingName, controllerName string) string
- func StableRequestNameOnboarding(onboardingName, controllerName string) string
- func StableRequestNameWorkload(onboardingName, controllerName string) string
- func StableRequestNamespace(onboardingNamespace string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StableControllerNamespace ¶
StableControllerNamespace returns a stable namespace for controllers that can be used on the platform cluster.
func StableRequestNameMCP ¶
StableRequestNameMCP returns a stable name for MCP requests that can be used in a request namespace on the platform cluster. onboardingName is the name of the reconciled resource on the onboarding cluster. controllerName is the name of the controller that is reconciling the resource.
func StableRequestNameOnboarding ¶
StableRequestNameOnboarding returns a stable name for Onboarding requests that can be used in a request namespace on the platform cluster. onboardingName is the name of the reconciled resource on the onboarding cluster. controllerName is the name of the controller that is reconciling the resource.
func StableRequestNameWorkload ¶
StableRequestNameWorkload returns a stable name for Workload requests that can be used in a request namespace on the platform cluster. onboardingName is the name of the reconciled resource on the onboarding cluster. controllerName is the name of the controller that is reconciling the resource.
func StableRequestNamespace ¶
StableRequestNamespace returns a stable namespace for ClusterRequests and AccessRequests, that can be created/used on the platform cluster. onboardingNamespace is the namespace of the reconciled resource on the onboarding cluster.
Types ¶
This section is empty.