UNPKG

@jkcfg/kubernetes

Version:
26 lines 791 B
{ "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", "properties": { "count": { "description": "Number of occurrences in this series up to the last heartbeat time", "format": "int32", "type": [ "integer", "null" ] }, "lastObservedTime": { "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "Time of the last occurrence observed" }, "state": { "description": "State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18", "type": [ "string", "null" ] } }, "type": "object", "$schema": "http://json-schema.org/schema#" }