Documentation ¶
Index ¶
- Variables
- func DeploymentName(workspaceId string) string
- func EndpointHostname(workspaceId, endpointName string, endpointPort int, routingSuffix string) string
- func EndpointName(endpointName string) string
- func EndpointPath(endpointName string) string
- func MetadataConfigMapName(workspaceId string) string
- func OAuthProxySecretName(workspaceId string) string
- func PVCCleanupJobName(workspaceId string) string
- func RouteName(workspaceId, endpointName string) string
- func ServiceAccountName(workspaceId string) string
- func ServiceName(workspaceId string) string
- func ServingCertVolumeName(serviceName string) string
- func WorkspaceHostname(workspaceId, routingSuffix string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var NonAlphaNumRegexp = regexp.MustCompile(`[^a-z0-9]+`)
Functions ¶
func DeploymentName ¶
func EndpointHostname ¶
func EndpointName ¶
func EndpointPath ¶
func MetadataConfigMapName ¶ added in v0.2.0
func OAuthProxySecretName ¶
func PVCCleanupJobName ¶
func ServiceAccountName ¶
func ServiceName ¶
func ServingCertVolumeName ¶
func WorkspaceHostname ¶
WorkspaceHostname evaluates a single hostname for a workspace, and should be used for routing when endpoints are distinguished by path rules
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.