OBJECT

KubernetesKindEventSource

The component reporting this event. Should be a short machine understandable string.

link GraphQL Schema definition

  • type KubernetesKindEventSource {
  • # Component from which the event is generated.
  • component: String
  • # Node name on which the event is generated.
  • host: String
  • }