Skip to content
Snippets Groups Projects
Commit 92cc56eb authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

minor changes in crd schemata

parent 5c39aa6c
No related branches found
No related tags found
1 merge request!171Introduce ResourceSets to make loading of resource files more flexible
This commit is part of merge request !171. Comments created here will be created in the context of that merge request.
...@@ -39,7 +39,6 @@ spec: ...@@ -39,7 +39,6 @@ spec:
type: string type: string
patchers: patchers:
description: List of patchers used to scale this resource type. description: List of patchers used to scale this resource type.
examples: test test test
type: array type: array
minItems: 1 minItems: 1
items: items:
...@@ -130,16 +129,16 @@ spec: ...@@ -130,16 +129,16 @@ spec:
items: items:
type: object type: object
properties: properties:
ConfigMapResourceSet: configMap:
type: object type: object
properties: properties:
configmap: name:
type: string type: string
files: files:
type: array type: array
items: items:
type: string type: string
FileSystemResourceSet: fileSystem:
type: object type: object
properties: properties:
path: path:
...@@ -153,16 +152,16 @@ spec: ...@@ -153,16 +152,16 @@ spec:
items: items:
type: object type: object
properties: properties:
ConfigMapResourceSet: configMap:
type: object type: object
properties: properties:
configmap: name:
type: string type: string
files: files:
type: array type: array
items: items:
type: string type: string
FileSystemResourceSet: fileSystem:
type: object type: object
properties: properties:
path: path:
......
...@@ -38,7 +38,6 @@ spec: ...@@ -38,7 +38,6 @@ spec:
type: string type: string
patchers: patchers:
description: List of patchers used to scale this resource type. description: List of patchers used to scale this resource type.
examples: test test test
type: array type: array
minItems: 1 minItems: 1
items: items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment