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