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
Concise view
Type members
Classlikes
Attributes
- Source:
- WatchEvent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass Any
- Self type
- ADDED.type
Attributes
- Source:
- WatchEvent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass Any
- Self type
- BOOKMARK.type
Attributes
- Source:
- WatchEvent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass Any
- Self type
- DELETED.type
Attributes
- Source:
- WatchEvent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass Any
- Self type
- ERROR.type
Attributes
- Source:
- WatchEvent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait WatchEventTypetrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass Any
- Self type
- MODIFIED.type
Attributes
- Source:
- WatchEvent.scala
- Graph
- Supertypes
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