{ "description": "NodeRuntimeHandler is a set of runtime handler information.", "properties": { "features": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.core.v1.NodeRuntimeHandlerFeatures", "description": "Supported features." }, "name": { "description": "Runtime handler name. Empty for the default runtime handler.", "type": [ "string", "null" ] } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/noderuntimehandler/v1" }