The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.<br/>
The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.<br/>
description:The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
type:array
type:array
items:
items:
type:object
type:object
...
@@ -132,24 +133,31 @@ spec:
...
@@ -132,24 +133,31 @@ spec:
-required:[fileSystem]
-required:[fileSystem]
properties:
properties:
configMap:
configMap:
description:The configMap resourceSet loads the Kubernetes manifests from an Kubernetes configMap.
type:object
type:object
properties:
properties:
name:
name:
description:The name of the configMap
type:string
type:string
files:
files:
description:(Optional) Specifies which files from the configMap should be loaded. If this field is not set, all files are loaded.
type:array
type:array
items:
items:
type:string
type:string
fileSystem:
fileSystem:
description:The fileSystem resourceSet loads the Kubernetes manifests from the filesystem.
type:object
type:object
properties:
properties:
path:
path:
description:The path to the folder which contains the Kubernetes manifests files.
type:string
type:string
files:
files:
description:(Optional) Specifies which files from the configMap should be loaded. If this field is not set, all files are loaded.
type:array
type:array
items:
items:
type:string
type:string
loadGenResourceSets:
loadGenResourceSets:
description:The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
type:array
type:array
items:
items:
type:object
type:object
...
@@ -158,20 +166,26 @@ spec:
...
@@ -158,20 +166,26 @@ spec:
-required:[fileSystem]
-required:[fileSystem]
properties:
properties:
configMap:
configMap:
description:The configMap resourceSet loads the Kubernetes manifests from an Kubernetes configMap.
type:object
type:object
properties:
properties:
name:
name:
description:The name of the configMap
type:string
type:string
files:
files:
description:(Optional) Specifies which files from the configMap should be loaded. If this field is not set, all files are loaded.
type:array
type:array
items:
items:
type:string
type:string
fileSystem:
fileSystem:
description:The fileSystem resourceSet loads the Kubernetes manifests from the filesystem.
type:object
type:object
properties:
properties:
path:
path:
description:The path to the folder which contains the Kubernetes manifests files.
type:string
type:string
files:
files:
description:(Optional) Specifies which files from the configMap should be loaded. If this field is not set, all files are loaded.