MCPcopy Create free account
hub / github.com/cloudbase/garm / ControllerInfo

Function ControllerInfo

cache/controller_cache.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func ControllerInfo() params.ControllerInfo {
37 return garmControllerCache.ControllerInfo()
38}
39
40func SetControllerCache(ctrl params.ControllerInfo) {
41 garmControllerCache.SetControllerCache(ctrl)

Callers 7

getLabelsForInstanceFunction · 0.92
getUpstreamToolsForGapsFunction · 0.92
GetInstanceMetadataMethod · 0.92
GetGARMToolsMethod · 0.92

Calls 1

ControllerInfoMethod · 0.65

Tested by

no test coverage detected