UNPKG

@jkcfg/kubernetes

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