Documentation ¶
Index ¶
- Constants
- func AddStandardLabelsForComponent(cluster *chev2.CheCluster, component string, labels map[string]string) map[string]string
- func AddStandardLabelsFromNames(appName string, component string, labels map[string]string) map[string]string
- func GetGatewayWorkspaceConfigMapLabels(cluster *chev2.CheCluster) map[string]string
- func GetGatewayWorkspaceConfigMapName(workspaceID string) string
- func GetIngressAnnotations(cluster *chev2.CheCluster) map[string]string
- func GetLabelsForComponent(cluster *chev2.CheCluster, component string) map[string]string
- func GetLabelsFromNames(appName string, component string) map[string]string
Constants ¶
View Source
const ( ConfigAnnotationCheManagerName = configAnnotationPrefix + "che-name" ConfigAnnotationCheManagerNamespace = configAnnotationPrefix + "che-namespace" ConfigAnnotationDevWorkspaceRoutingName = configAnnotationPrefix + "devworkspacerouting-name" ConfigAnnotationDevWorkspaceRoutingNamespace = configAnnotationPrefix + "devworkspacerouting-namespace" ConfigAnnotationEndpointName = configAnnotationPrefix + "endpoint-name" ConfigAnnotationComponentName = configAnnotationPrefix + "component-name" )
Variables ¶
This section is empty.
Functions ¶
func GetGatewayWorkspaceConfigMapLabels ¶
func GetGatewayWorkspaceConfigMapLabels(cluster *chev2.CheCluster) map[string]string
func GetIngressAnnotations ¶
func GetIngressAnnotations(cluster *chev2.CheCluster) map[string]string
func GetLabelsForComponent ¶
func GetLabelsForComponent(cluster *chev2.CheCluster, component string) map[string]string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.