Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat!: add support for Virtual Dataproc cluster running on GKE cluster (
Browse files Browse the repository at this point in the history
#795)

- [ ] Regenerate this pull request now.

Committer: @Padmaar
PiperOrigin-RevId: 429111624

Source-Link: googleapis/googleapis@da999a2

Source-Link: googleapis/googleapis-gen@99c5b3e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTljNWIzZTk4YmFhMWRlOTM3NzZhYTRiNWNkNGM3MzYxMzUzZTRmNiJ9
  • Loading branch information
gcf-owl-bot[bot] committed Feb 17, 2022
1 parent 35fdd63 commit 71aa406
Show file tree
Hide file tree
Showing 27 changed files with 14,776 additions and 1,840 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void createClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -152,6 +153,7 @@ public void updateClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -218,6 +220,7 @@ public void stopClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -289,6 +292,7 @@ public void startClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -408,6 +412,7 @@ public void getClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down
49 changes: 49 additions & 0 deletions proto-google-cloud-dataproc-v1/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,53 @@
<className>com/google/cloud/dataproc/v1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig</className>
<method>* *GkeClusterConfig*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig$Builder</className>
<method>* GkeClusterConfig*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig$Builder</className>
<method>* *GkeCluster*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfigOrBuilder</className>
<method>* *GkeCluster*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig</className>
<method>* *GkeDeploymentTarget*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig$Builder</className>
<method>* *NamespacedGkeDeploymentTarget*(*)</method>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig$NamespacedGkeDeploymentTarget*</className>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfigOrBuilder</className>
<method>* *NamespacedGkeDeploymentTarget*(*)</method>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig</className>
<field>GKE_CLUSTER_CONFIG_FIELD_NUMBER</field>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig</className>
<field>NAMESPACED_GKE_DEPLOYMENT_TARGET_FIELD_NUMBER</field>
</difference>
</differences>
Loading

0 comments on commit 71aa406

Please sign in to comment.