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

    Interface ControlPlaneEndpointsSpec

    interface ControlPlaneEndpointsSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.ControlPlaneEndpointsSpec";
        publicEndpoint?: PublicEndpointSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mk8s.v1.ControlPlaneEndpointsSpec"
    publicEndpoint?: PublicEndpointSpec

    Specification of public endpoint for control plane. Set value to empty, to enable it.