mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
18 lines
1.1 KiB
JSON
18 lines
1.1 KiB
JSON
|
{
|
||
|
"job_type": "transfer_img_out",
|
||
|
"options": {
|
||
|
"whatever": "whatever"
|
||
|
},
|
||
|
"parms": {
|
||
|
"secret": "mysecret",
|
||
|
"image": "ubuntu",
|
||
|
"targets": [{
|
||
|
"url": "127.0.0.1:5000",
|
||
|
"username": "admin",
|
||
|
"password": "admin"
|
||
|
}]
|
||
|
|
||
|
},
|
||
|
"cron_str": ""
|
||
|
}
|