Deleted

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

Resource has been deleted

Type parameters

T

Watched resource type

Value parameters

item

the deleted 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