Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Portworx Volume Source Structure

PortworxVolumeSource represents a Portworx volume resource.

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

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

Properties

fsType readOnly volumeID

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-portworx-volume-source-structure.json",
  "name": "io.k8s.api.core.v1.PortworxVolumeSource",
  "description": "PortworxVolumeSource represents a Portworx volume resource.",
  "type": "object",
  "properties": {
    "fsType": {
      "description": "fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.",
      "type": "string"
    },
    "readOnly": {
      "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
      "type": "boolean"
    },
    "volumeID": {
      "description": "volumeID uniquely identifies a Portworx volume",
      "type": "string"
    }
  },
  "required": [
    "volumeID"
  ]
}