Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Volume

import type { Volume } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Volume used by the Kubernetes workload.

interface Volume {
HostPath?: HostPath | null;
Name?: string | null;
}

§Properties

§
HostPath?: HostPath | null
[src]

Represents a pre-existing file or directory on the host machine that the volume maps to.

§
Name?: string | null
[src]

Volume name.