Modified

com.coralogix.zio.k8s.client.model.Modified
final case class Modified[T](item: T)(implicit evidence$2: K8sObject[T]) extends TypedWatchEvent[T]

Existing resource modified

Type parameters

T

Watched resource type

Value parameters

item

the modified object

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypedWatchEvent[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val namespace: Option[K8sNamespace]

Namespace of the payload

Namespace of the payload

Attributes

override val resourceVersion: Option[String]

Resource version of the payload

Resource version of the payload

Attributes