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

    Interface NodeMetadataTemplate

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

    Labels will be propagated into nodes metadata. System labels containing "kubernetes.io" and "k8s.io" will not be propagated. On update labels they will not be updated in nodes right away, only on node group update.