@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface EndpointContainerSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.serverless.v1alpha1.EndpointContainerSpec";
        args: string[];
        command: string;
        envs: { [key: string]: string };
        image: string;
        liveness?: ProbeSpec;
        replicaCount: Long;
        sensitiveEnvs: { [key: string]: string };
        template?: EndpointTemplateSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.serverless.v1alpha1.EndpointContainerSpec"
    args: string[]

    Command args

    command: string

    Endpoint command

    envs: { [key: string]: string }

    Environment variables

    image: string

    Image name

    liveness?: ProbeSpec

    Liveness probe spec

    replicaCount: Long

    Replica count

    sensitiveEnvs: { [key: string]: string }

    Environment variables with sensitive data

    Container resource template