List image tags
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
List repository tags, this is an experimental API, use it by your own caution.
Path Parameters
namespace string required
The specified namespace.
Query Parameters
repository string required
Repository to query, e.g. calico/cni.
secret string
Secret name of the image repository credential, left empty means anonymous fetch.
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
registry string required
repository string required
tags string[] required
{
"registry": "string",
"repository": "string",
"tags": [
"string"
]
}
Loading...