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

    Handles server calls for the nebius.applications.v1alpha1.K8sReleaseService service.

    interface K8sReleaseServiceServer {
        create: handleUnaryCall<CreateK8sReleaseRequest, Operation>;
        delete: handleUnaryCall<DeleteK8sReleaseRequest, Operation>;
        get: handleUnaryCall<GetK8sReleaseRequest, K8sRelease>;
        list: handleUnaryCall<ListK8sReleasesRequest, ListK8sReleasesResponse>;
        update: handleUnaryCall<UpdateK8sReleaseRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • K8sReleaseServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.applications.v1alpha1.K8sReleaseService service.

    Index
    create: handleUnaryCall<CreateK8sReleaseRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteK8sReleaseRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetK8sReleaseRequest, K8sRelease>

    Handles the Get RPC.

    Handles the List RPC.

    update: handleUnaryCall<UpdateK8sReleaseRequest, Operation>

    Handles the Update RPC.