app/types/parameters
Djordje Lukic 468409a154 fix: Make sure Load is consistent
Load used to load differently files that don't have the same notation,
for example:

```yaml
foo.bar: baz
```

would load differently than

```yaml
foo:
  bar: baz
```

This commit fixes it.

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-06-17 18:00:59 +02:00
..
load.go fix: Make sure Load is consistent 2019-06-17 18:00:59 +02:00
load_test.go fix: Make sure Load is consistent 2019-06-17 18:00:59 +02:00
merge.go Move to kube 1.14.1 2019-04-17 11:48:41 +02:00
merge_test.go Move to kube 1.14.1 2019-04-17 11:48:41 +02:00
opts.go
parameters.go
parameters_test.go