Skip to content

Commit

Permalink
feat: Release GKE CloudDNS Cluster Scope
Browse files Browse the repository at this point in the history
`CLUSTER_SCOPE` option now available in DNSScope

---
feat: add WindowsNodeConfig field to v1alpha1, v1beta1, v1

---
feat: add EphemeralStorageLocalSsdConfig and LocalNvmeSsdBlockConfig APIs to v1alpha1, v1beta1, v1
PiperOrigin-RevId: 497252854

Source-Link: googleapis/googleapis@3b5011d

Source-Link: googleapis/googleapis-gen@289376a
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFpbmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiIyODkzNzZhOTAyYzk0OTZmNGYzY2Q3OWYzMzA1Y2EzMmEwNmM4ZjUwIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Dec 23, 2022
1 parent aee0849 commit 7d1eafe
Show file tree
Hide file tree
Showing 5 changed files with 1,912 additions and 1,063 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
WindowsNodeConfig = new WindowsNodeConfig(),
};
// Make the request
Operation response = await clusterManagerClient.UpdateNodePoolAsync(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void UpdateNodePoolRequestObject()
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
WindowsNodeConfig = new WindowsNodeConfig(),
};
// Make the request
Operation response = clusterManagerClient.UpdateNodePool(request);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -946,12 +946,12 @@
"segments": [
{
"start": 20,
"end": 61,
"end": 62,
"type": "FULL"
},
{
"start": 34,
"end": 59,
"end": 60,
"type": "SHORT"
}
]
Expand Down Expand Up @@ -985,12 +985,12 @@
"segments": [
{
"start": 20,
"end": 62,
"end": 63,
"type": "FULL"
},
{
"start": 35,
"end": 60,
"end": 61,
"type": "SHORT"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ public void UpdateNodePoolRequestObject()
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
WindowsNodeConfig = new WindowsNodeConfig(),
};
// Make the request
Operation response = clusterManagerClient.UpdateNodePool(request);
Expand Down Expand Up @@ -462,6 +463,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
WindowsNodeConfig = new WindowsNodeConfig(),
};
// Make the request
Operation response = await clusterManagerClient.UpdateNodePoolAsync(request);
Expand Down
Loading

0 comments on commit 7d1eafe

Please sign in to comment.