MCPcopy
hub / github.com/helm/helm / MockConfigMapsInterface

Struct MockConfigMapsInterface

pkg/storage/driver/mock_test.go:96–100  ·  view source on GitHub ↗

MockConfigMapsInterface mocks a kubernetes ConfigMapsInterface

Source from the content-addressed store, hash-verified

94
95// MockConfigMapsInterface mocks a kubernetes ConfigMapsInterface
96type MockConfigMapsInterface struct {
97 corev1.ConfigMapInterface
98
99 objects map[string]*v1.ConfigMap
100}
101
102// Init initializes the MockConfigMapsInterface with the set of releases.
103func (mock *MockConfigMapsInterface) Init(t *testing.T, releases ...*rspb.Release) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected