Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Photon Persistent Disk Volume Source Structure

Represents a Photon Controller persistent disk resource.

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

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

Properties

fsType pdID

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-photon-persistent-disk-volume-source-structure.json",
  "name": "io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource",
  "description": "Represents a Photon Controller persistent disk resource.",
  "type": "object",
  "properties": {
    "fsType": {
      "description": "fsType is the 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"
    },
    "pdID": {
      "description": "pdID is the ID that identifies Photon Controller persistent disk",
      "type": "string"
    }
  },
  "required": [
    "pdID"
  ]
}