Kazan v0.11.0 Kazan.Apis.Core.V1.VolumeDevice View Source

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

OpenAPI Definition: io.k8s.api.core.v1.VolumeDevice

Properties

  • device_path :: String

    • devicePath is the path inside of the container that the device will be mapped to.
  • name :: String

    • name must match the name of a persistentVolumeClaim in the pod

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.VolumeDevice{
  device_path: String.t(),
  name: String.t()
}