Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.24 KB

SubmitOpts.md

File metadata and controls

23 lines (16 loc) · 1.24 KB

SubmitOpts

SubmitOpts are workflow submission options

Properties

Name Type Description Notes
annotations String Annotations adds to metadata.labels [optional]
dryRun Boolean DryRun validates the workflow on the client-side without creating it. This option is not supported in API [optional]
entryPoint String Entrypoint overrides spec.entrypoint [optional]
generateName String GenerateName overrides metadata.generateName [optional]
labels String Labels adds to metadata.labels [optional]
name String Name overrides metadata.name [optional]
ownerReference OwnerReference [optional]
parameterFile String ParameterFile holds a reference to a parameter file. This option is not supported in API [optional]
parameters List<String> Parameters passes input parameters to workflow [optional]
serverDryRun Boolean ServerDryRun validates the workflow on the server-side without creating it [optional]
serviceAccount String ServiceAccount runs all pods in the workflow using specified ServiceAccount. [optional]