Added

final case
class Added[T](item: T)(implicit evidence$1: K8sObject[T]) extends TypedWatchEvent[T]

Resource added

Type Params
T

Watched resource type

Value Params
item

new object that has been added

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Concrete fields

override
val namespace: Option[K8sNamespace]
override
val resourceVersion: Option[String]