@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 371 B
JSON
{
"description": "AllowedFlexVolume represents a single Flexvolume that is allowed to be used.",
"properties": {
"driver": {
"description": "driver is the name of the Flexvolume driver.",
"type": [
"string",
"null"
]
}
},
"required": [
"driver"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}