MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / routingConfigWithCerts

Function routingConfigWithCerts

controllers/workspace/http_test.go:235–242  ·  view source on GitHub ↗
(name, namespace string)

Source from the content-addressed store, hash-verified

233}
234
235func routingConfigWithCerts(name, namespace string) *controller.RoutingConfig {
236 return &controller.RoutingConfig{
237 TLSCertificateConfigmapRef: &controller.ConfigmapReference{
238 Name: name,
239 Namespace: namespace,
240 },
241 }
242}

Callers 1

TestGetHttpClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected