Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Event Series Structure

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Type: object Properties: 2
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.EventSeries is a JSON Structure definition published by Argo Workflows, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count lastObservedTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-api-core-v1-event-series-structure.json",
  "name": "io.k8s.api.core.v1.EventSeries",
  "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.",
  "type": "object",
  "properties": {
    "count": {
      "description": "Number of occurrences in this series up to the last heartbeat time",
      "type": "int32"
    },
    "lastObservedTime": {
      "description": "Time of the last occurrence observed",
      "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"
    }
  }
}