final case class Deleted[T](item: T)(implicit evidence$3: K8sObject[T]) extends TypedWatchEvent[T] with Product with Serializable
Resource has been deleted
- T
Watched resource type
- item
the deleted object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Deleted
- Serializable
- Serializable
- Product
- Equals
- TypedWatchEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val item: T
-
val
namespace: Option[K8sNamespace]
Namespace of the payload
Namespace of the payload
- Definition Classes
- Deleted → TypedWatchEvent
-
val
resourceVersion: Option[String]
Resource version of the payload
Resource version of the payload
- Definition Classes
- Deleted → TypedWatchEvent