list
|
List all SCR records. |
reload BOOLEAN
Specify whether to force reload system cache for SCR (optional, default = False).
|
register
|
[Global/Tool Registry Administrator only] Register a container registry to SCR. |
login_server STR
Specify a container registry login endpoint, e.g. docker.io (required).
username str
Specify the account for this container registry (required).
password
Specify the password for this container registry (required).
|
get
|
Get an SCR record. |
id STR
Specify the SCR ID (required).
reload BOOLEAN
Specify whether to force reload system cache for SCR (optional, default = False).
|
update
|
[Global/Tool Registry Administrator only] Update an SCR record. |
id STR
Specify the ID of an SCR (required).
username str
Specify the account for this SCR record (optional).
password str
Specify the password for this SCR record (optional).
|
deregister
|
[Global/Tool Registry Administrator only] Deregister an SCR record. |
id STR
Specify the ID of an SCR (required).
|
repository
|
Get repository. |
id STR
Specify the ID of an SCR (required).
repository str
Specify the repository name (required).
reload BOOLEAN
Specify whether to force reload system cache for SCR (optional, default = False).
|