@jkcfg/kubernetes
Version:
jk Kubernetes library
25 lines • 527 B
JSON
{
"description": "AttachedVolume describes a volume attached to a node",
"properties": {
"devicePath": {
"description": "DevicePath represents the device path where the volume should be available",
"type": [
"string",
"null"
]
},
"name": {
"description": "Name of the attached volume",
"type": [
"string",
"null"
]
}
},
"required": [
"name",
"devicePath"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}