dev.hnaderi.k8s.client.WatchEventType$
See theWatchEventType companion trait
object WatchEventType
Attributes
- Companion
- trait
- Source
- WatchEvent.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WatchEventType.type
Members list
Type members
Classlikes
case object ADDED extends WatchEventType
Attributes
- Source
- WatchEvent.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
ADDED.type
case object BOOKMARK extends WatchEventType
Attributes
- Source
- WatchEvent.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
BOOKMARK.type
case object DELETED extends WatchEventType
Attributes
- Source
- WatchEvent.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
DELETED.type
case object ERROR extends WatchEventType
Attributes
- Source
- WatchEvent.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
ERROR.type
case object MODIFIED extends WatchEventType
Attributes
- Source
- WatchEvent.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
MODIFIED.type
final case class Unknown(value: String) extends WatchEventType
Attributes
- Source
- WatchEvent.scala
- Supertypes
-
trait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
implicit val Right.apply[Nothing,ADDED.type](ADDED) case"DELETED"=> Right.apply[Nothing,DELETED.type](DELETED) case"MODIFIED"=> Right.apply[Nothing,MODIFIED.type](MODIFIED) case"BOOKMARK"=> Right.apply[Nothing,BOOKMARK.type](BOOKMARK) case"ERROR"=> Right.apply[Nothing,ERROR.type](ERROR) caseother=> Right.apply[Nothing,Unknown](Unknown.apply(other)) }))" t="n"class="documentableName ">decodeEventType: Decoder[WatchEventType]
Attributes
- Source
- WatchEvent.scala
In this article