MCPcopy
hub / github.com/helm/helm / init

Method init

pkg/action/lazyclient.go:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (s *lazyClient) init() error {
49 s.initClient.Do(func() {
50 s.client, s.clientErr = s.clientFn()
51 })
52 return s.clientErr
53}
54
55// secretClient implements a corev1.SecretsInterface
56type secretClient struct{ *lazyClient }

Callers 15

CreateMethod · 0.45
UpdateMethod · 0.45
DeleteMethod · 0.45
DeleteCollectionMethod · 0.45
GetMethod · 0.45
ListMethod · 0.45
WatchMethod · 0.45
PatchMethod · 0.45
ApplyMethod · 0.45
CreateMethod · 0.45
UpdateMethod · 0.45
DeleteMethod · 0.45

Calls 1

DoMethod · 0.65

Tested by

no test coverage detected