Skip to main content
Version: latest

Returns the basic oci registry

GET 

/v1/registries/oci/:uid/basic

Returns the basic oci registry

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

Schema

    kindstring

    metadata

    object

    ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

    annotations

    object

    Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.

    property name*string
    creationTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    deletionTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    labels

    object

    Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag

    property name*string
    lastModifiedTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    namestring

    Name of the resource.

    uidstring

    UID is the unique identifier generated for the resource. This is not an input field for any request.

    spec

    object

    Basic oci registry spec

    auth

    object

    required

    Auth credentials of the registry

    passwordpassword

    tls

    object

    TLS configuration

    castring
    certificatestring
    enabledboolean
    insecureSkipVerifyboolean
    keystring
    tokenpassword
    typestring

    Possible values: [noAuth, basic, token]

    usernamestring
    baseContentPathstring

    OCI registry content base path

    basePathstring

    OCI registry api base path

    endpointstringrequired

    OCI registry endpoint

    providerTypestring

    Possible values: [helm, zarf, pack]

    Default value: helm

    registryUidstring

    Basic oci registry uid

    scopestring
Loading...