MCPcopy
hub / github.com/argoproj/argo-cd / Init

Method Init

controller/cache/cache.go:154–154  ·  view source on GitHub ↗

Init must be executed before cache can be used

()

Source from the content-addressed store, hash-verified

152 GetClustersInfo() []clustercache.ClusterInfo
153 // Init must be executed before cache can be used
154 Init() error
155 // UpdateShard will update the shard of ClusterSharding when the shard has changed.
156 UpdateShard(shard int) bool
157}

Callers 8

getClientForCloneFunction · 0.65
RunMethod · 0.65
MaybeStartLocalServerFunction · 0.65
reconcileApplicationsFunction · 0.65
NewCommandFunction · 0.65
NewCommandFunction · 0.65

Implementers 3

liveStateCachecontroller/cache/cache.go
LiveStateCachecontroller/cache/mocks/LiveStateCache.
LiveStateCache_Expectercontroller/cache/mocks/LiveStateCache.

Calls

no outgoing calls

Tested by 3

getClientForCloneFunction · 0.52