Skip to content

Commit

Permalink
feat: code generation.
Browse files Browse the repository at this point in the history
Signed-off-by: Uriah Ahrak <[email protected]>
  • Loading branch information
ahrakos committed Jan 29, 2024
1 parent b196b4a commit c3500e5
Show file tree
Hide file tree
Showing 26 changed files with 1,089 additions and 691 deletions.
4 changes: 4 additions & 0 deletions api/jsonschema/schema.json

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

4 changes: 4 additions & 0 deletions api/openapi-spec/swagger.json

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

1 change: 1 addition & 0 deletions docs/executor_swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2864,6 +2864,7 @@ More info: http://kubernetes.io/docs/user-guide/identifiers#names | |
| enum | [][AnyString](#any-string)| `[]AnyString` | | | Enum holds a list of string values to choose from, for the actual value of the parameter | |
| globalName | string| `string` | | | GlobalName exports an output parameter to the global scope, making it available as
'{{workflow.outputs.parameters.XXXX}} and in workflow.status.outputs.parameters | |
| multi | boolean| `bool` | | | Multi is a boolean which decides whether value should be interpreted as a multi-select, or as a single-select | |
| name | string| `string` | | | Name is the parameter name | |
| value | [AnyString](#any-string)| `AnyString` | | | | |
| valueFrom | [ValueFrom](#value-from)| `ValueFrom` | | | | |
Expand Down
1 change: 1 addition & 0 deletions docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,7 @@ Parameter indicate a passed string parameter to a service template with an optio
|`description`|`string`|Description is the parameter description|
|`enum`|`Array< string >`|Enum holds a list of string values to choose from, for the actual value of the parameter|
|`globalName`|`string`|GlobalName exports an output parameter to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.parameters.XXXX}} and in workflow.status.outputs.parameters|
|`multi`|`boolean`|Multi is a boolean which decides whether value should be interpreted as a multi-select, or as a single-select|
|`name`|`string`|Name is the parameter name|
|`value`|`string`|Value is the literal value to use for the parameter. If specified in the context of an input parameter, the value takes precedence over any passed values|
|`valueFrom`|[`ValueFrom`](#valuefrom)|ValueFrom is the source for the output parameter's value|
Expand Down
20 changes: 20 additions & 0 deletions manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml

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

20 changes: 20 additions & 0 deletions manifests/base/crds/full/argoproj.io_cronworkflows.yaml

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

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

Loading

0 comments on commit c3500e5

Please sign in to comment.