
The fake webclient should return one ConfigMap per request, not the whole ConfigMapList Also added additional tests to the output
17 lines
229 B
YAML
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: {}
|