Draft: Add CopyActions
1 unresolved thread
1 unresolved thread
This MR adds a new type of action called copyFileAction
. This action makes it possible for a Benchmarker to provide a file via a ResourceSet so that the operator copies the provided files into a specific pod.
copyFileActions specified in the BenchmarkExecution
with the following schema:
actionCopies:
- resources:
- configMap:
name: "test-configmap"
files:
- "test-file.txt" # specified the files which should to copy
selector:
pod:
matchLabels:
app: busybox1
targetPath: "./" # specified the path of the target directory in the pod
Merge request reports
Activity
Filter activity
This MR is a draft and far away from being ready. But I would be happy about some early feedback: Do you agree with the YAML-schema for defining
CopyActions
in the Execution.Yaml-file or do you have ideas for improvement? @sheEdited by Benedikt Wetzel@wetzel Can be closed, right?
Please register or sign in to reply