MCPcopy
hub / github.com/argoproj/argo-workflows / configMapCache

Struct configMapCache

workflow/controller/cache/configmap_cache.go:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type configMapCache struct {
26 namespace string
27 name string
28 kubeClient kubernetes.Interface
29 lock sync.RWMutex
30}
31
32func NewConfigMapCache(ns string, ki kubernetes.Interface, n string) MemoizationCache {
33 return &configMapCache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected