Skip to content

Commit a0cedfb

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: 914473416
1 parent 756ce91 commit a0cedfb

3 files changed

Lines changed: 565 additions & 47 deletions

File tree

google/container/v1/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +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",
37+
"//google/type:date_proto",
38+
"//google/type:timeofday_proto",
3639
"@com_google_protobuf//:duration_proto",
3740
"@com_google_protobuf//:empty_proto",
3841
"@com_google_protobuf//:timestamp_proto",
@@ -86,6 +89,7 @@ java_gapic_library(
8689
deps = [
8790
":container_java_proto",
8891
"//google/api:api_java_proto",
92+
"//google/type:type_java_proto",
8993
],
9094
)
9195

@@ -130,6 +134,8 @@ go_grpc_library(
130134
"//google/api:annotations_go_proto",
131135
"//google/rpc:code_go_proto",
132136
"//google/rpc:status_go_proto",
137+
"//google/type:date_go_proto",
138+
"//google/type:timeofday_go_proto",
133139
],
134140
)
135141

@@ -145,6 +151,8 @@ go_gapic_library(
145151
transport = "grpc+rest",
146152
deps = [
147153
":container_go_proto",
154+
"//google/type:date_go_proto",
155+
"//google/type:timeofday_go_proto",
148156
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
149157
],
150158
)

0 commit comments

Comments
 (0)