final case class Modified[T](item: T)(implicit evidence$2: K8sObject[T]) extends TypedWatchEvent[T] with Product with Serializable
Existing resource modified
- T
Watched resource type
- item
the modified object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Modified
- 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
- Modified → TypedWatchEvent
-
val
resourceVersion: Option[String]
Resource version of the payload
Resource version of the payload
- Definition Classes
- Modified → TypedWatchEvent