Files
kubernetes/test/fixtures/pkg/kubectl/cmd/apply/cm.yaml
Gustav Westling 37c253aba1 Fix the TestRunApplyPrintsValidObjectList test
The fake webclient should return one ConfigMap per request, not the whole ConfigMapList

Also added additional tests to the output
2018-11-11 15:19:29 +01:00

17 lines
229 B
YAML

apiVersion: v1
items:
- kind: ConfigMap
apiVersion: v1
metadata:
name: test0
data:
key1: apple
- kind: ConfigMap
apiVersion: v1
metadata:
name: test1
data:
key2: apple
kind: ConfigMapList
metadata: {}