Skip to content

Commit

Permalink
feat(container): Add KUBE_DNS option to DNSConfig.cluster_dns (#8183
Browse files Browse the repository at this point in the history
)

- [ ] Regenerate this pull request now.

---
feat: add Tier 1 cluster-level API network_performance_config
PiperOrigin-RevId: 544216853

Source-Link: https://togithub.com/googleapis/googleapis/commit/deabec5b5add7f85f9b30e06f43fc8c05b2f2cbb

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/78ec6eaeee410a6bee236acbf961f7f30dd206d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzhlYzZlYWVlZTQxMGE2YmVlMjM2YWNiZjk2MWY3ZjMwZGQyMDZkOSJ9
BEGIN_NESTED_COMMIT
feat(maps/routing): Add HTML Navigation Instructions feature to ComputeRoutes
feat: Add Waypoint Optimization feature to ComputeRoutes
feat: Support Transit routes in ComputeRoutes and ComputeRouteMatrix
feat: Add TrafficModel feature in ComputeRoutes and ComputeRouteMatrix
feat: Support returning localized values in ComputeRoutes and ComputeRouteMatrix
feat: Add more navigation instruction maneuvers
feat: Add more toll pass values

PiperOrigin-RevId: 544137630

Source-Link: https://togithub.com/googleapis/googleapis/commit/6e0f749ee337b9aa343d09db8f4e674298ff8e7f

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/cb29cc19eb4fa96ecc75bc49511fe9eba325e297
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2IyOWNjMTllYjRmYTk2ZWNjNzViYzQ5NTExZmU5ZWJhMzI1ZTI5NyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(cloudbuild): Add GitLabConfig and fetchGitRefs for Cloud Build Repositories
PiperOrigin-RevId: 544132349

Source-Link: https://togithub.com/googleapis/googleapis/commit/f006f7f667d9ab81cba58e4bd8b5f2d13cf3af45

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c5e33e0adb1615364913c85293adaccdf368f00e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzVlMzNlMGFkYjE2MTUzNjQ5MTNjODUyOTNhZGFjY2RmMzY4ZjAwZSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Jun 29, 2023
1 parent 5cdf4e2 commit a3ec3cf
Show file tree
Hide file tree
Showing 36 changed files with 7,742 additions and 3,961 deletions.
1,730 changes: 1,185 additions & 545 deletions cloudbuild/apiv2/cloudbuildpb/repositories.pb.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions cloudbuild/apiv2/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"DeleteRepository"
]
},
"FetchGitRefs": {
"methods": [
"FetchGitRefs"
]
},
"FetchLinkableRepositories": {
"methods": [
"FetchLinkableRepositories"
Expand Down Expand Up @@ -135,6 +140,11 @@
"DeleteRepository"
]
},
"FetchGitRefs": {
"methods": [
"FetchGitRefs"
]
},
"FetchLinkableRepositories": {
"methods": [
"FetchLinkableRepositories"
Expand Down
93 changes: 90 additions & 3 deletions cloudbuild/apiv2/repository_manager_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions cloudbuild/apiv2/repository_manager_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3ec3cf

Please sign in to comment.