EventSource

case class EventSource(component: Optional[String], host: Optional[String])

EventSource contains information for an event.

Value parameters:
component

Component from which the event is generated.

host

Node name on which the event is generated.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Component from which the event is generated.

Component from which the event is generated.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Node name on which the event is generated.

Node name on which the event is generated.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product