Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Volume Device Structure

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

Type: object Properties: 2 Required: 2
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.VolumeDevice is a JSON Structure definition published by Argo Workflows, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

devicePath name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-api-core-v1-volume-device-structure.json",
  "name": "io.k8s.api.core.v1.VolumeDevice",
  "description": "volumeDevice describes a mapping of a raw block device within a container.",
  "type": "object",
  "properties": {
    "devicePath": {
      "description": "devicePath is the path inside of the container that the device will be mapped to.",
      "type": "string"
    },
    "name": {
      "description": "name must match the name of a persistentVolumeClaim in the pod",
      "type": "string"
    }
  },
  "required": [
    "name",
    "devicePath"
  ]
}