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

    Interface ClusterControlPlaneVersion

    Represents the nebius.mk8s.v1.ClusterControlPlaneVersion protobuf message.

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

    Indexable

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

      Represents the nebius.mk8s.v1.ClusterControlPlaneVersion protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.mk8s.v1.ClusterControlPlaneVersion protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.mk8s.v1.ClusterControlPlaneVersion"

    Contains the fully qualified protobuf type name.

    deprecated: boolean

    Deprecated marks version to be soon deleted from API. Creation of clusters with this version is forbidden.

    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".