Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 759211c

Browse files
authored
chore: add default_version to .repo-metadata.json (#154)
* chore: add default_version and codeowner_team to .repo-metadata.json * update default_version
1 parent 6814251 commit 759211c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.repo-metadata.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "container",
3-
"name_pretty": "Kubernetes Engine",
4-
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
5-
"client_documentation": "https://googleapis.dev/python/container/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
7-
"release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_AUTO",
10-
"repo": "googleapis/python-container",
11-
"distribution_name": "google-cloud-container",
12-
"api_id": "container.googleapis.com",
13-
"codeowner_team": "@googleapis/anthos-dpe",
14-
"requires_billing": true
2+
"name": "container",
3+
"name_pretty": "Kubernetes Engine",
4+
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
5+
"client_documentation": "https://googleapis.dev/python/container/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"repo": "googleapis/python-container",
11+
"distribution_name": "google-cloud-container",
12+
"api_id": "container.googleapis.com",
13+
"codeowner_team": "@googleapis/anthos-dpe",
14+
"requires_billing": true,
15+
"default_version": "v1"
1516
}

0 commit comments

Comments
 (0)