Skip to content

Commit

Permalink
chore: add default_version to .repo-metadata.json (#154)
Browse files Browse the repository at this point in the history
* chore: add default_version and codeowner_team to .repo-metadata.json

* update default_version
  • Loading branch information
parthea authored Oct 4, 2021
1 parent 407e64c commit c447356
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions packages/google-cloud-container/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "container",
"name_pretty": "Kubernetes Engine",
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
"client_documentation": "https://googleapis.dev/python/container/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-container",
"distribution_name": "google-cloud-container",
"api_id": "container.googleapis.com",
"codeowner_team": "@googleapis/anthos-dpe",
"requires_billing": true
"name": "container",
"name_pretty": "Kubernetes Engine",
"product_documentation": "https://cloud.google.com/kubernetes-engine/",
"client_documentation": "https://googleapis.dev/python/container/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559746",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-container",
"distribution_name": "google-cloud-container",
"api_id": "container.googleapis.com",
"codeowner_team": "@googleapis/anthos-dpe",
"requires_billing": true,
"default_version": "v1"
}

0 comments on commit c447356

Please sign in to comment.