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

    Interface ClusterControlPlaneVersion

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

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mk8s.v1.ClusterControlPlaneVersion"
    version: string

    Format of the version includes only MAJOR.MINOR, the same as can be passed to cluster creation API. For example "1.31".