Skip to content

Commit 756ce91

Browse files
Google APIscopybara-github
authored andcommitted
feat: add confidential instance type and hyperdisk support to GKE API
feat: add private endpoint enforcement for master authorized networks feat: add swap memory configuration for node pools feat: add custom node initialization and kernel module loading policy feat: add accurate time synchronization (PTP-KVM) support feat: add advanced Kubelet configurations including image GC and parallel pulls feat: add Topology Manager and Memory Manager configurations feat: add node management features (Slurm, readiness, creation, taints) feat: add cluster disruption budgets and maintenance window configurations feat: add security and observability enhancements (secret sync, OTel, ML diagnostics) feat: add GPU Direct and network performance configuration options feat: update authentication rules with canonical scopes for ClusterManager docs: various documentation improvements PiperOrigin-RevId: 914472128
1 parent d195a7c commit 756ce91

3 files changed

Lines changed: 555 additions & 51 deletions

File tree

google/container/v1beta1/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ proto_library(
3030
"//google/api:annotations_proto",
3131
"//google/api:client_proto",
3232
"//google/api:field_behavior_proto",
33+
"//google/api:field_info_proto",
3334
"//google/api:resource_proto",
3435
"//google/rpc:code_proto",
3536
"//google/rpc:status_proto",
3637
"//google/type:date_proto",
38+
"//google/type:timeofday_proto",
3739
"@com_google_protobuf//:duration_proto",
3840
"@com_google_protobuf//:empty_proto",
3941
"@com_google_protobuf//:timestamp_proto",
@@ -87,6 +89,7 @@ java_gapic_library(
8789
deps = [
8890
":container_java_proto",
8991
"//google/api:api_java_proto",
92+
"//google/type:type_java_proto",
9093
],
9194
)
9295

@@ -131,6 +134,7 @@ go_grpc_library(
131134
"//google/rpc:code_go_proto",
132135
"//google/rpc:status_go_proto",
133136
"//google/type:date_go_proto",
137+
"//google/type:timeofday_go_proto",
134138
],
135139
)
136140

@@ -146,6 +150,8 @@ go_gapic_library(
146150
transport = "grpc",
147151
deps = [
148152
":container_go_proto",
153+
"//google/type:date_go_proto",
154+
"//google/type:timeofday_go_proto",
149155
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
150156
],
151157
)

0 commit comments

Comments
 (0)