EventSource

io.k8s.api.core.v1.EventSource
See theEventSource companion object
final case class EventSource(component: Option[String], host: Option[String])

EventSource contains information for an event.

Attributes

Companion:
object
Source:
EventSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if component has a value, transforms to the result of function

if component has a value, transforms to the result of function

Attributes

Source:
EventSource.scala

if host has a value, transforms to the result of function

if host has a value, transforms to the result of function

Attributes

Source:
EventSource.scala

Returns a new data with component set to new value

Returns a new data with component set to new value

Attributes

Source:
EventSource.scala

Returns a new data with host set to new value

Returns a new data with host set to new value

Attributes

Source:
EventSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product