Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/executor_swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ It will marshall back to string - marshalling is not symmetric.
| hdfs | [HDFSArtifact](#h-d-f-s-artifact)| `HDFSArtifact` | | | | |
| http | [HTTPArtifact](#http-artifact)| `HTTPArtifact` | | | | |
| mode | int32 (formatted integer)| `int32` | | | mode bits to use on this file, must be a value between 0 and 0777.</br>Set when loading input artifacts. It is recommended to set the mode value</br>to ensure the artifact has the expected permissions in your container.</br>+kubebuilder:validation:Minimum=0</br>+kubebuilder:validation:Maximum=511 | |
| name | string| `string` | | | name of the artifact. must be unique within a template's inputs/outputs.</br>+kubebuilder:validation:Pattern=`^[-a-zA-Z0-9_]+$` | |
| name | string| `string` | | | name of the artifact. must be unique within a template's inputs/outputs.</br>+kubebuilder:validation:Pattern=`^[-a-zA-Z0-9_{}.]+$` | |
| optional | boolean| `bool` | | | Make Artifacts optional, if Artifacts doesn't generate or exist | |
| oss | [OSSArtifact](#o-s-s-artifact)| `OSSArtifact` | | | | |
| path | string| `string` | | | Path is the container path to the artifact | |
Expand Down Expand Up @@ -332,7 +332,7 @@ of a single workflow step, which the executor will use as a default location to
| hdfs | [HDFSArtifact](#h-d-f-s-artifact)| `HDFSArtifact` | | | | |
| http | [HTTPArtifact](#http-artifact)| `HTTPArtifact` | | | | |
| mode | int32 (formatted integer)| `int32` | | | mode bits to use on this file, must be a value between 0 and 0777.</br>Set when loading input artifacts. It is recommended to set the mode value</br>to ensure the artifact has the expected permissions in your container.</br>+kubebuilder:validation:Minimum=0</br>+kubebuilder:validation:Maximum=511 | |
| name | string| `string` | | | name of the artifact. must be unique within a template's inputs/outputs.</br>+kubebuilder:validation:Pattern=`^[-a-zA-Z0-9_]+$` | |
| name | string| `string` | | | name of the artifact. must be unique within a template's inputs/outputs.</br>+kubebuilder:validation:Pattern=`^[-a-zA-Z0-9_{}.]+$` | |
| optional | boolean| `bool` | | | Make Artifacts optional, if Artifacts doesn't generate or exist | |
| oss | [OSSArtifact](#o-s-s-artifact)| `OSSArtifact` | | | | |
| path | string| `string` | | | Path is the container path to the artifact | |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading