pipelines/api
Vani Haripriya Mudadla 67f9b7d73c
feat(proto): Add WorkspaceConfig and KubernetesWorkspaceConfig message types to pipeline_spec proto (#11921)
Signed-off-by: VaniHaripriya <vmudadla@redhat.com>
2025-05-21 21:57:19 +00:00
..
v2alpha1 feat(proto): Add WorkspaceConfig and KubernetesWorkspaceConfig message types to pipeline_spec proto (#11921) 2025-05-21 21:57:19 +00:00
.gitignore chore: release kfp-pipeline-spec 0.2.2 (#9120) 2023-04-07 21:24:51 +00:00
Makefile chore: fix kfp-kubernetes pipeline spec resolution errors (#11868) 2025-04-28 15:11:01 +00:00
OWNERS chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
README.md chore(api): Using Makefile to pull dependency proto (#6223) 2021-08-04 07:40:42 -07:00
go.mod chore(sdk): update go toolchain patch (#11845) 2025-04-21 22:14:30 +00:00
go.sum feat(sdk): Use google.protobuf.Value in v2 for passing parameters. (#6804) 2021-10-28 14:25:51 -07:00

README.md

Pipeline Spec

Generate golang proto code

Generate golang proto code:

make clean-go golang

Generate Python proto package

Generate kfp-pipeline-spec:

Update VERSION in v2alpha1/python/setup.py if applicable.

make clean-python python

Generate both Python and golang proto code

Generate both Python and golang proto:

make clean all

Note, there are no prerequisites, because the generation uses a prebuilt docker image with all the tools necessary.

Documentation: https://developers.google.com/protocol-buffers/docs/reference/go-generated