UNPKG

@jkcfg/kubernetes

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