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
......@@ -39,7 +39,6 @@ spec:
type: string
patchers:
description: List of patchers used to scale this resource type.
examples: test test test
type: array
minItems: 1
items:
......@@ -130,16 +129,16 @@ spec:
items:
type: object
properties:
ConfigMapResourceSet:
configMap:
type: object
properties:
configmap:
name:
type: string
files:
type: array
items:
type: string
FileSystemResourceSet:
fileSystem:
type: object
properties:
path:
......@@ -153,16 +152,16 @@ spec:
items:
type: object
properties:
ConfigMapResourceSet:
configMap:
type: object
properties:
configmap:
name:
type: string
files:
type: array
items:
type: string
FileSystemResourceSet:
fileSystem:
type: object
properties:
path:
......
......@@ -38,7 +38,6 @@ spec:
type: string
patchers:
description: List of patchers used to scale this resource type.
examples: test test test
type: array
minItems: 1
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