UNPKG

@jkcfg/kubernetes

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