forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supporting generic types through flytectl (flyteorg#78)
* Supporting generic types through flytectl Signed-off-by: Prafulla Mahindrakar <[email protected]>
- Loading branch information
1 parent
364ef4c
commit 867d957
Showing
11 changed files
with
132 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
flytectl/cmd/testdata/task_execution_spec_with_iamrole.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
iamRoleARN: "iamRoleARN" | ||
inputs: | ||
sorted_list1: | ||
- 0 | ||
- 2 | ||
- 4 | ||
sorted_list2: | ||
- 1 | ||
- 3 | ||
- 5 | ||
kubeServiceAcct: "" | ||
targetDomain: "development" | ||
targetProject: "flytesnacks" | ||
task: core.advanced.run_merge_sort.merge | ||
version: v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Verbs | ||
------ | ||
Flytectl verbs specify the actions to be performed on the resources like create/get/update/delete | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Verbs | ||
:hidden: | ||
|
||
gen/flytectl_create | ||
gen/flytectl_get | ||
gen/flytectl_update | ||
gen/flytectl_delete | ||
gen/flytectl_register | ||
gen/flytectl_config | ||
gen/flytectl_config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters