We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5617939 commit 98db7cbCopy full SHA for 98db7cb
cloud/scope/cluster.go
@@ -263,6 +263,7 @@ func (s *ClusterScope) SubnetSpecs() []*compute.Subnetwork {
263
Network: s.NetworkLink(),
264
Purpose: ptr.Deref(subnetwork.Purpose, "PRIVATE_RFC_1918"),
265
Role: "ACTIVE",
266
+ StackType: subnetwork.StackType,
267
})
268
}
269
cloud/scope/managedcluster.go
@@ -247,6 +247,7 @@ func (s *ManagedClusterScope) SubnetSpecs() []*compute.Subnetwork {
247
248
249
250
251
252
253
0 commit comments