Deleted

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

Resource has been deleted

Type Params
T

Watched resource type

Value Params
item

the deleted object

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]