@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 455 B
JSON
{
"description": "EventSource contains information for an event.",
"properties": {
"component": {
"description": "Component from which the event is generated.",
"type": [
"string",
"null"
]
},
"host": {
"description": "Node name on which the event is generated.",
"type": [
"string",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}