Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ public void updateNodePoolTest() throws Exception {
.setName("name3373707")
.addAllLocations(new ArrayList<String>())
.setWorkloadMetadataConfig(WorkloadMetadataConfig.newBuilder().build())
.setUpgradeSettings(NodePool.UpgradeSettings.newBuilder().build())
.build();

Operation actualResponse = client.updateNodePool(request);
Expand Down Expand Up @@ -701,6 +702,7 @@ public void updateNodePoolExceptionTest() throws Exception {
.setName("name3373707")
.addAllLocations(new ArrayList<String>())
.setWorkloadMetadataConfig(WorkloadMetadataConfig.newBuilder().build())
.setUpgradeSettings(NodePool.UpgradeSettings.newBuilder().build())
.build();
client.updateNodePool(request);
Assert.fail("No exception raised");
Expand Down Expand Up @@ -1947,6 +1949,7 @@ public void getNodePoolTest() throws Exception {
.setMaxPodsConstraint(MaxPodsConstraint.newBuilder().build())
.addAllConditions(new ArrayList<StatusCondition>())
.setPodIpv4CidrSize(1098768716)
.setUpgradeSettings(NodePool.UpgradeSettings.newBuilder().build())
.build();
mockClusterManager.addResponse(expectedResponse);

Expand Down Expand Up @@ -1997,6 +2000,7 @@ public void getNodePoolTest2() throws Exception {
.setMaxPodsConstraint(MaxPodsConstraint.newBuilder().build())
.addAllConditions(new ArrayList<StatusCondition>())
.setPodIpv4CidrSize(1098768716)
.setUpgradeSettings(NodePool.UpgradeSettings.newBuilder().build())
.build();
mockClusterManager.addResponse(expectedResponse);

Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-container.git",
"sha": "5fa1b485b05545fcbfae50c26691b3251d6d1a97"
"sha": "285f20fa6e7e4bd5f082735cf3a0f7ed77cda171"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a",
"internalRef": "350067652"
}
},
{
Expand Down