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

    Interface NodeMetadataTemplate

    interface NodeMetadataTemplate {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.NodeMetadataTemplate";
        labels: { [key: string]: 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.NodeMetadataTemplate"
    labels: { [key: string]: string }

    Kubernetes Node labels. For now change will not be propagated to existing nodes, so will be applied only to Kubernetes Nodes created after the field change. That behaviour may change later. So, for now you will need to manually set them to existing nodes, if that is needed.

    System labels containing "kubernetes.io" and "k8s.io" will be ignored. Field change will NOT trigger NodeGroup roll out.