@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ProbeSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.serverless.v1alpha1.ProbeSpec";
        delaySeconds: Long;
        failureThreshold: Long;
        path: string;
        periodSeconds: Long;
        [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.ProbeSpec"
    delaySeconds: Long

    Initial delay before starting probing in seconds

    failureThreshold: Long

    Failure threshold for the probe after which the container will be restarted

    path: string

    Probe path

    periodSeconds: Long

    Probing period in seconds