@nebius/js-sdk - v0.1.41
    Preparing search index...

    Interface EndpointSpec_RegistryCredentials

    interface EndpointSpec_RegistryCredentials {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.ai.v1.EndpointSpec.RegistryCredentials";
        mysteryboxSecretVersion: string;
        password: string;
        username: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.ai.v1.EndpointSpec.RegistryCredentials"
    mysteryboxSecretVersion: string

    Secret version storing the registry credentials. Must have keys "REGISTRY_USERNAME" and "REGISTRY_PASSWORD".

    password: string

    Registry password for private Docker registry.

    username: string

    Registry username for private Docker registry.