Skip to content

Commit a0d313e

Browse files
feat: add fields in SinglePlatformSpec (#11299)
Signed-off-by: chenyifan-vertex <151570620+chenyifan-vertex@users.noreply.github.com>
1 parent 1aeea00 commit a0d313e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

api/v2alpha1/pipeline_spec.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,12 @@ message SinglePlatformSpec {
10851085
// Mirrors PipelineSpec.deployment_spec structure
10861086
PlatformDeploymentConfig deployment_spec = 1;
10871087

1088-
reserved 2, 3;
1088+
// Name of the platform. For example, "google_cloud"
1089+
string platform = 2;
1090+
1091+
// Arbitrary configuration, which will be defined by the platform
1092+
// protos/libraries.
1093+
google.protobuf.Struct config = 3;
10891094
}
10901095

10911096

0 commit comments

Comments
 (0)