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

    Interface LocalDisksSpecConfig

    LocalDisksSpecConfig defines actions that managed Kubernetes service performs on mounted local disks to provide them inside Kubernetes cluster with a convenient interface.

    interface LocalDisksSpecConfig {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.LocalDisksSpecConfig";
        type?:
            | { $case: "none"; none: boolean }
            | { $case: "kubeletEphemeral"; kubeletEphemeral: boolean };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      LocalDisksSpecConfig defines actions that managed Kubernetes service performs on mounted local disks to provide them inside Kubernetes cluster with a convenient interface.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • LocalDisksSpecConfig defines actions that managed Kubernetes service performs on mounted local disks to provide them inside Kubernetes cluster with a convenient interface.

            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.v1.LocalDisksSpecConfig"

    Contains the fully qualified protobuf type name.

    type?:
        | { $case: "none"; none: boolean }
        | { $case: "kubeletEphemeral"; kubeletEphemeral: boolean }

    Contains the selected value for the type protobuf oneof.

    Type Declaration

    • { $case: "none"; none: boolean }
      • $case: "none"

        Contains the case.

      • none: boolean

        Contains the none.

    • { $case: "kubeletEphemeral"; kubeletEphemeral: boolean }
      • $case: "kubeletEphemeral"

        Contains the case.

      • kubeletEphemeral: boolean

        Contains the kubelet ephemeral.