Options
All
  • Public
  • Public/Protected
  • All
Menu

volumeDevice describes a mapping of a raw block device within a container.

schema

io.k8s.api.core.v1.VolumeDevice

Hierarchy

  • VolumeDevice

Index

Properties

Properties

Readonly devicePath

devicePath: string

devicePath is the path inside of the container that the device will be mapped to.

schema

io.k8s.api.core.v1.VolumeDevice#devicePath

Readonly name

name: string

name must match the name of a persistentVolumeClaim in the pod

schema

io.k8s.api.core.v1.VolumeDevice#name

Generated using TypeDoc