Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfile/devworkspace-operator
/ Get
Method
Get
pkg/library/flatten/network/fetch.go:28–28 ·
view source on GitHub ↗
(location string)
Source
from the content-addressed store, hash-verified
26
27
type
HTTPGetter
interface
{
28
Get(location string) (*http.Response, error)
29
}
30
31
func
FetchDevWorkspaceTemplate(location string, httpClient HTTPGetter) (*dw.DevWorkspaceTemplateSpec, error) {
Callers
15
getExistingDevWorkspaceRouting
Function · 0.65
getReadyDevWorkspaceRouting
Function · 0.65
deleteService
Function · 0.65
deleteRoute
Function · 0.65
deleteIngress
Function · 0.65
deleteDevWorkspaceRouting
Function · 0.65
deleteObject
Function · 0.65
Reconcile
Method · 0.65
devworkspacerouting_controller_test.go
File · 0.65
readCertificates
Method · 0.65
createDevWorkspace
Function · 0.65
createStartedDevWorkspace
Function · 0.65
Implementers
3
FakeHTTPGetter
pkg/library/flatten/internal/testutil/
FakeK8sClient
pkg/library/flatten/internal/testutil/
errorOnNameClient
pkg/secrets/backup_test.go
Calls
no outgoing calls
Tested by
15
getExistingDevWorkspaceRouting
Function · 0.52
getReadyDevWorkspaceRouting
Function · 0.52
deleteService
Function · 0.52
deleteRoute
Function · 0.52
deleteIngress
Function · 0.52
deleteDevWorkspaceRouting
Function · 0.52
deleteObject
Function · 0.52
createDevWorkspace
Function · 0.52
createStartedDevWorkspace
Function · 0.52
getExistingDevWorkspace
Function · 0.52
deleteDevWorkspace
Function · 0.52
cleanupPVC
Function · 0.52