Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): Add KUBE_DNS option to DNSConfig.cluster_dns #8183

Merged
merged 7 commits into from
Jun 29, 2023
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.

Loading