Skip to content

Commit

Permalink
feat: add fields in SinglePlatformSpec (#11299)
Browse files Browse the repository at this point in the history
Signed-off-by: chenyifan-vertex <[email protected]>
  • Loading branch information
chenyifan-vertex authored Oct 15, 2024
1 parent 1aeea00 commit a0d313e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api/v2alpha1/pipeline_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,12 @@ message SinglePlatformSpec {
// Mirrors PipelineSpec.deployment_spec structure
PlatformDeploymentConfig deployment_spec = 1;

reserved 2, 3;
// Name of the platform. For example, "google_cloud"
string platform = 2;

// Arbitrary configuration, which will be defined by the platform
// protos/libraries.
google.protobuf.Struct config = 3;
}


Expand Down

0 comments on commit a0d313e

Please sign in to comment.