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

    Interface ClusterControlPlaneVersion

    interface ClusterControlPlaneVersion {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.ClusterControlPlaneVersion";
        endOfLife?: Dayjs;
        restricted: boolean;
        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"
    endOfLife?: Dayjs

    EndOfLife determines when the version will be forced out of use.

    restricted: boolean

    Restricted shows versions available only for internal Nebius use, mostly those about to get released to public. To use such versions - a feature restricted_k8s_versions should be enabled on a cluster.

    version: string

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