EventSource

com.coralogix.zio.k8s.model.core.v1.EventSource
See theEventSource companion object
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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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.

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product