EventSource

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

EventSource contains information for an event.

EventSource contains information for an event.

Value Params
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

def getComponent: IO[K8sFailure, String]

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.

def getHost: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product