Skip to content
Snippets Groups Projects

Introduce action commands

Merged Benedikt Wetzel requested to merge wetzel/spesb:introduce-actionCommands into master
Compare and Show latest version
7 files
+ 145
10
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -90,6 +90,8 @@ spec:
type: array
items:
type: string
timeoutSeconds:
type: integer
afterActions:
type: array
default: []
@@ -116,6 +118,8 @@ spec:
type: array
items:
type: string
timeoutSeconds:
type: integer
sut:
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: object
@@ -179,6 +183,8 @@ spec:
type: array
items:
type: string
timeoutSeconds:
type: integer
afterActions:
type: array
default: []
@@ -205,6 +211,8 @@ spec:
type: array
items:
type: string
timeoutSeconds:
type: integer
loadGenerator:
description: The loadGenResourceSets specifies all Kubernetes resources required to start the load generator. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
type: object
@@ -268,6 +276,8 @@ spec:
type: array
items:
type: string
timeoutSeconds:
type: integer
afterActions:
type: array
default: []
@@ -294,6 +304,8 @@ spec:
type: array
items:
type: string
timeoutSeconds:
type: integer
resourceTypes:
description: A list of resource types that can be scaled for this `benchmark` resource. For each resource type the concrete values are defined in the `execution` object.
type: array
Loading