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