Skip to content

Commit b0c32da

Browse files
Google APIscopybara-github
authored andcommitted
feat: added support for deploy policies
feat: added support for configuring a proxy_url to a Kubernetes server docs: small corrections to Cloud Deploy API documentation PiperOrigin-RevId: 652560914
1 parent e3838fb commit b0c32da

3 files changed

Lines changed: 588 additions & 5 deletions

File tree

google/cloud/deploy/v1/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ proto_library(
4343
"//google/api:resource_proto",
4444
"//google/longrunning:operations_proto",
4545
"//google/type:date_proto",
46+
"//google/type:dayofweek_proto",
47+
"//google/type:timeofday_proto",
4648
"@com_google_protobuf//:duration_proto",
4749
"@com_google_protobuf//:empty_proto",
4850
"@com_google_protobuf//:field_mask_proto",
@@ -147,6 +149,8 @@ go_proto_library(
147149
"//google/api:annotations_go_proto",
148150
"//google/longrunning:longrunning_go_proto",
149151
"//google/type:date_go_proto",
152+
"//google/type:dayofweek_go_proto",
153+
"//google/type:timeofday_go_proto",
150154
],
151155
)
152156

@@ -362,6 +366,7 @@ load(
362366

363367
csharp_proto_library(
364368
name = "deploy_csharp_proto",
369+
extra_opts = [],
365370
deps = [":deploy_proto"],
366371
)
367372

0 commit comments

Comments
 (0)