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

    Interface ClusterServiceServer

    Handles server calls for the nebius.mk8s.v1alpha1.ClusterService service.

    Deprecated: Cluster v1alpha1 API is deprecated, please migrate to v1..

    interface ClusterServiceServer {
        create: handleUnaryCall<CreateClusterRequest, Operation>;
        delete: handleUnaryCall<DeleteClusterRequest, Operation>;
        get: handleUnaryCall<GetClusterRequest, Cluster>;
        getByName: handleUnaryCall<GetClusterByNameRequest, Cluster>;
        list: handleUnaryCall<ListClustersRequest, ListClustersResponse>;
        listControlPlaneVersions: handleUnaryCall<
            ListClusterControlPlaneVersionsRequest,
            ListClusterControlPlaneVersionsResponse,
        >;
        update: handleUnaryCall<UpdateClusterRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ClusterServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.mk8s.v1alpha1.ClusterService service.

    Index
    create: handleUnaryCall<CreateClusterRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteClusterRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetClusterRequest, Cluster>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetClusterByNameRequest, Cluster>

    Handles the GetByName RPC.

    Handles the List RPC.

    listControlPlaneVersions: handleUnaryCall<
        ListClusterControlPlaneVersionsRequest,
        ListClusterControlPlaneVersionsResponse,
    >

    ListControlPlaneVersions returns all k8s release versions available in Nebius API.

    update: handleUnaryCall<UpdateClusterRequest, Operation>

    Handles the Update RPC.