Skip to main content

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

ok


Schema
    registry string required
    repository string required
    tags string[] required
Loading...