Skip to content

Commit

Permalink
feat: added High Throughput Logging API for Google Kubernetes Engine
Browse files Browse the repository at this point in the history
docs: ReservationAffinity key field docs incorrect
docs: missing period in description for min CPU platform

PiperOrigin-RevId: 474706444

Source-Link: googleapis/googleapis@a5a8829

Source-Link: googleapis/googleapis-gen@992389d
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFpbmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI5OTIzODlkODA5ZWQzN2Y4ZmQ0ZDc4NzIwOTA0ODU1MWQ5ZTYxMTU0In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Sep 16, 2022
1 parent b0321c8 commit 98e2c03
Show file tree
Hide file tree
Showing 5 changed files with 1,487 additions and 845 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
LoggingConfig = new NodePoolLoggingConfig(),
};
// Make the request
Operation response = await clusterManagerClient.UpdateNodePoolAsync(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void UpdateNodePoolRequestObject()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
LoggingConfig = new NodePoolLoggingConfig(),
};
// Make the request
Operation response = clusterManagerClient.UpdateNodePool(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ public void UpdateNodePoolRequestObject()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
LoggingConfig = new NodePoolLoggingConfig(),
};
// Make the request
Operation response = clusterManagerClient.UpdateNodePool(request);
Expand Down Expand Up @@ -456,6 +457,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
LoggingConfig = new NodePoolLoggingConfig(),
};
// Make the request
Operation response = await clusterManagerClient.UpdateNodePoolAsync(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,7 @@ public void UpdateNodePoolRequestObject()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
LoggingConfig = new NodePoolLoggingConfig(),
};
Operation expectedResponse = new Operation
{
Expand Down Expand Up @@ -1591,6 +1592,7 @@ public void UpdateNodePoolRequestObject()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
LoggingConfig = new NodePoolLoggingConfig(),
};
Operation expectedResponse = new Operation
{
Expand Down
Loading

0 comments on commit 98e2c03

Please sign in to comment.