我想在 Google Source Repository 中镜像 bitbuket repo,所以我需要在下面的 json 请求正文中传递什么。
{
"mirrorConfig": {
"url": "",
"deployKeyId": "",
"webhookId": ""
},
"name": "",
"pubsubConfigs": {}
}```
我想在 Google Source Repository 中镜像 bitbuket repo,所以我需要在下面的 json 请求正文中传递什么。
{
"mirrorConfig": {
"url": "",
"deployKeyId": "",
"webhookId": ""
},
"name": "",
"pubsubConfigs": {}
}```
如projects.repos
资源参考中所述,该mirrorConfig
字段当前设置为只读,因此无法手动为其设置任何值。
目前无法通过 API 镜像存储库,您必须通过 Cloud Console 连接到外部源,如镜像 Bitbucket 存储库文档中所述。