Skip to content

Commit

Permalink
feat: add ResourceManagerTags API to attach tags on the underlying Co…
Browse files Browse the repository at this point in the history
…mpute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies

---
feat: add CompleteConvertToAutopilot API to commit Autopilot conversion operation

---
docs: updated comments
PiperOrigin-RevId: 577928708

Source-Link: googleapis/googleapis@facb658

Source-Link: https://github.com/googleapis/googleapis-gen/commit/b124e582611f53acc1231232a69e8e4c746b61c8
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFpbmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJiMTI0ZTU4MjYxMWY1M2FjYzEyMzEyMzJhNjllOGU0Yzc0NmI2MWM4In0=
  • Loading branch information
gcf-owl-bot[bot] authored and Rishabh-V committed Oct 31, 2023
1 parent 368d1e1 commit bae6344
Show file tree
Hide file tree
Showing 5 changed files with 1,468 additions and 1,035 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
MachineType = "",
DiskType = "",
DiskSizeGb = 0L,
ResourceManagerTags = new ResourceManagerTags(),
};
// Make the request
Operation response = await clusterManagerClient.UpdateNodePoolAsync(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void UpdateNodePoolRequestObject()
MachineType = "",
DiskType = "",
DiskSizeGb = 0L,
ResourceManagerTags = new ResourceManagerTags(),
};
// Make the request
Operation response = clusterManagerClient.UpdateNodePool(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1276,12 +1276,12 @@
"segments": [
{
"start": 20,
"end": 66,
"end": 67,
"type": "FULL"
},
{
"start": 34,
"end": 64,
"end": 65,
"type": "SHORT"
}
]
Expand Down Expand Up @@ -1325,12 +1325,12 @@
"segments": [
{
"start": 20,
"end": 67,
"end": 68,
"type": "FULL"
},
{
"start": 35,
"end": 65,
"end": 66,
"type": "SHORT"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ public void UpdateNodePoolRequestObject()
MachineType = "",
DiskType = "",
DiskSizeGb = 0L,
ResourceManagerTags = new ResourceManagerTags(),
};
// Make the request
Operation response = clusterManagerClient.UpdateNodePool(request);
Expand Down Expand Up @@ -473,6 +474,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
MachineType = "",
DiskType = "",
DiskSizeGb = 0L,
ResourceManagerTags = new ResourceManagerTags(),
};
// Make the request
Operation response = await clusterManagerClient.UpdateNodePoolAsync(request);
Expand Down
Loading

0 comments on commit bae6344

Please sign in to comment.