Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Vsphere Virtual Disk Volume Source Structure

Represents a vSphere volume resource.

Type: object Properties: 4 Required: 1
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

fsType storagePolicyID storagePolicyName volumePath

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-vsphere-virtual-disk-volume-source-structure.json",
  "name": "io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource",
  "description": "Represents a vSphere volume resource.",
  "type": "object",
  "properties": {
    "fsType": {
      "description": "fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
      "type": "string"
    },
    "storagePolicyID": {
      "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
      "type": "string"
    },
    "storagePolicyName": {
      "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.",
      "type": "string"
    },
    "volumePath": {
      "description": "volumePath is the path that identifies vSphere volume vmdk",
      "type": "string"
    }
  },
  "required": [
    "volumePath"
  ]
}