Skip to content

Commit 1aeea00

Browse files
chore: update SinglePlatformSpec and ComponentSpec for Vertex Platform speci… (#11298)
Signed-off-by: chenyifan-vertex <151570620+chenyifan-vertex@users.noreply.github.com>
1 parent e16b446 commit 1aeea00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/v2alpha1/pipeline_spec.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ message ComponentSpec {
9393
DagSpec dag = 3;
9494
string executor_label = 4;
9595
}
96+
// Supports platform-specific component features.
97+
repeated SinglePlatformSpec single_platform_specs = 5;
9698
}
9799

98100
// A DAG contains multiple tasks.
@@ -1082,6 +1084,8 @@ message PlatformSpec {
10821084
message SinglePlatformSpec {
10831085
// Mirrors PipelineSpec.deployment_spec structure
10841086
PlatformDeploymentConfig deployment_spec = 1;
1087+
1088+
reserved 2, 3;
10851089
}
10861090

10871091

0 commit comments

Comments
 (0)