Skip to content

Commit 1f1d09d

Browse files
Google APIscopybara-github
authored andcommitted
feat: added a flag to enable/disable gvnic on a node pool
feat: added node pool level network config feat: added update support for node pool labels, taints and network tags feat: added configuration for workload certificates and identity service component feat: added configuration for node pool defaults, autopilot, logging and monitoring feat: added the option to specify L4 load balancer configuration and IP v6 configuration feat: added the option to list supported windows versions fix: deprecated KALM addon config option fix: deprecated cluster status condition code docs: clarified SetNodePoolSize API behavior PiperOrigin-RevId: 396762326
1 parent caad48d commit 1f1d09d

3 files changed

Lines changed: 603 additions & 438 deletions

File tree

google/container/v1beta1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ proto_library(
2121
"//google/api:resource_proto",
2222
"//google/rpc:code_proto",
2323
"//google/rpc:status_proto",
24+
"//google/type:date_proto",
2425
"@com_google_protobuf//:empty_proto",
2526
"@com_google_protobuf//:timestamp_proto",
2627
"@com_google_protobuf//:wrappers_proto",
@@ -110,6 +111,7 @@ go_proto_library(
110111
"//google/api:annotations_go_proto",
111112
"//google/rpc:code_go_proto",
112113
"//google/rpc:status_go_proto",
114+
"//google/type:date_go_proto",
113115
],
114116
)
115117

0 commit comments

Comments
 (0)