WatchEvent

io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent
See theWatchEvent companion object
final case class WatchEvent(`object`: RawExtension, `type`: String)

Event represents a single event to a watched resource.

Attributes

Companion
object
Source
WatchEvent.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms object to result of function

transforms object to result of function

Attributes

Source
WatchEvent.scala

transforms type to result of function

transforms type to result of function

Attributes

Source
WatchEvent.scala

Returns a new data with object set to new value

Returns a new data with object set to new value

Attributes

Source
WatchEvent.scala
def withType(value: String): WatchEvent

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
WatchEvent.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product