MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / readConfigMap

Method readConfigMap

pkg/configparser/configparser_test.go:61–63  ·  view source on GitHub ↗

readConfigMap reads the configuration from the environment and the passed in data map

(data map[string]string)

Source from the content-addressed store, hash-verified

59
60// readConfigMap reads the configuration from the environment and the passed in data map
61func (config *FakeData) readConfigMap(data map[string]string) {
62 ReadConfigMap(config, &FakeData{InheritedAnnotations: defaultInheritedAnnotations}, data)
63}
64
65var _ = Describe("Data test suite", func() {
66 It("correctly splits and trims lists", func() {

Callers 1

Calls 1

ReadConfigMapFunction · 0.85

Tested by

no test coverage detected