Skip to content

Commit

Permalink
Rename region to kubernetesClusterRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
smikloska committed Jul 25, 2023
1 parent 67bf69a commit e0f03a7
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 73 deletions.
136 changes: 68 additions & 68 deletions gen/pb-go/flyteidl-flink/flink.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/pb-go/flyteidl-flink/flink.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gen/pb-protodoc/flyteidl-flink/flink.proto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Custom Proto for Flink Plugin.
"flinkVersion": "...",
"parallelism": "...",
"kubernetesClusterName": "...",
"region": "...",
"kubernetesClusterRegion": "...",
"jflyte": "{...}"
}
Expand Down Expand Up @@ -286,9 +286,9 @@ parallelism
kubernetesClusterName
(`string <https://developers.google.com/protocol-buffers/docs/proto#scalar>`_)

.. _api_field_flyteidl_flink.FlinkJob.region:
.. _api_field_flyteidl_flink.FlinkJob.kubernetesClusterRegion:

region
kubernetesClusterRegion
(`string <https://developers.google.com/protocol-buffers/docs/proto#scalar>`_)

.. _api_field_flyteidl_flink.FlinkJob.jflyte:
Expand Down
2 changes: 1 addition & 1 deletion protos/flyteidl-flink/flink.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message FlinkJob {
string flinkVersion = 9;
int32 parallelism = 10 [ (validate.rules).int32.gte = 0 ];
string kubernetesClusterName = 11;
string region = 12;
string kubernetesClusterRegion = 12;

// if using experiment flytekit-java this will contain all artifacts required
// to run the task
Expand Down

0 comments on commit e0f03a7

Please sign in to comment.