Volume

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
kind string
mountPath string
View JSON Schema on GitHub

JSON Schema

application-research-volume-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Volume",
  "title": "Volume",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "mountPath": {
      "type": "string"
    }
  },
  "required": [
    "kind"
  ]
}