Skip to content
Snippets Groups Projects

Introduce ResourceSets to make loading of resource files more flexible

6 files
+ 17
14
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -129,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:
@@ -152,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:
Loading