@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 679 B
JSON
{
"description": "Event represents a single event to a watched resource.",
"required": [
"type",
"object"
],
"properties": {
"object": {
"description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.",
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension"
},
"type": {
"type": [
"string",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}