Documentation ¶
Index ¶
- Variables
- func AutoMountConfigMapVolumeName(volumeName string) string
- func AutoMountPVCVolumeName(pvcName string) string
- func AutoMountSecretVolumeName(volumeName string) string
- func DeploymentName(workspaceId string) string
- func DevWorkspaceRoutingName(workspaceId string) string
- func EndpointHostname(routingSuffix, workspaceId, endpointName string, endpointPort int) string
- func EndpointName(endpointName string) string
- func EndpointPath(endpointName string) string
- func MetadataConfigMapName(workspaceId string) string
- func PVCCleanupJobName(workspaceId string) string
- func PortName(endpoint dw.Endpoint) string
- func RouteName(workspaceId, endpointName string) string
- func ServiceAccountName(workspaceId string) string
- func ServiceName(workspaceId string) string
- func ServingCertVolumeName(serviceName string) string
- func WorkspaceHostname(routingSuffix, workspaceId string) string
- func WorkspaceRoleName() string
- func WorkspaceRolebindingName() string
Constants ¶
This section is empty.
Variables ¶
View Source
var NonAlphaNumRegexp = regexp.MustCompile(`[^a-z0-9]+`)
Functions ¶
func AutoMountConfigMapVolumeName ¶ added in v0.8.0
func AutoMountPVCVolumeName ¶ added in v0.9.0
func AutoMountSecretVolumeName ¶ added in v0.8.0
func DeploymentName ¶
func DevWorkspaceRoutingName ¶ added in v0.10.0
func EndpointHostname ¶
func EndpointName ¶
func EndpointPath ¶
func MetadataConfigMapName ¶ added in v0.2.0
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
func WorkspaceRoleName ¶ added in v0.11.0
func WorkspaceRoleName() string
func WorkspaceRolebindingName ¶ added in v0.11.0
func WorkspaceRolebindingName() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.