UNPKG

@jkcfg/kubernetes

Version:
25 lines 458 B
{ "description": "Sysctl defines a kernel parameter to be set", "properties": { "name": { "description": "Name of a property to set", "type": [ "string", "null" ] }, "value": { "description": "Value of a property to set", "type": [ "string", "null" ] } }, "required": [ "name", "value" ], "type": "object", "$schema": "http://json-schema.org/schema#" }