kfp-tekton
kfp-tekton copied to clipboard
feat(sdk): add iterateParamPassStyle and itemPassStyle params to loop
Which issue is resolved by this Pull Request: Resolves #1058
Description of your changes: Add new sdk support for new pipelineloop syntax. Two new fields iterateParamPassStyle and itemPassStyle, both of which can be either inline (default value) or file will sit on the same spec level as parallelism. The initial implementation is sdk support only.
Environment tested:
- Python Version (use
python --version): - Tekton Version (use
tkn version): - Kubernetes Version (use
kubectl version): - OS (e.g. from
/etc/os-release):
Checklist:
- [ ] The title for your pull request (PR) should follow our title convention. Learn more about the pull request title convention used in this repository.
cc @Udiknedormin
cc @Udiknedormin
/assign @yhwang
/hold need some minor changes
/unhold
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Tomcli, Udiknedormin, yhwang
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [Tomcli,yhwang]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment