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

    Interface NodeMetadataTemplate

    Represents the nebius.mk8s.v1alpha1.NodeMetadataTemplate protobuf message.

    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

      Represents the nebius.mk8s.v1alpha1.NodeMetadataTemplate protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.mk8s.v1alpha1.NodeMetadataTemplate 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.v1alpha1.NodeMetadataTemplate"

    Contains the fully qualified protobuf type name.

    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.

    Type Declaration

    • [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.