Interface SharedVolume

A shared volume that can be mounted into one or more containers.

interface SharedVolume {
    kind: "SharedVolume";
    name: string;
}

Properties

Properties

kind: "SharedVolume"
name: string

Generated using TypeDoc