Kazan v0.11.0 Kazan.Apis.Core.V1.EventSource View Source

EventSource contains information for an event.

OpenAPI Definition: io.k8s.api.core.v1.EventSource

Properties

  • component :: String

    • Component from which the event is generated.
  • host :: String

    • Node name on which the event is generated.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.EventSource{component: String.t(), host: String.t()}