TypedWatchEvent

sealed trait TypedWatchEvent[T]

Watch events with decoded payload

Watch events with decoded payload

Type Params
T

Watched resource type

class Object
trait Matchable
class Any
class Added[T]
class Deleted[T]
class Modified[T]
class Reseted[T]

Value members

Abstract fields

val namespace: Option[K8sNamespace]

Namespace of the payload

Namespace of the payload

val resourceVersion: Option[String]

Resource version of the payload

Resource version of the payload