EventBus

object EventBus
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Native(replicas: Option[Int], auth: Option[String], persistence: Option[Persistence])
case class Nats(native: Native)
case class Persistence(storageClassName: String, accessMode: String, volumeSize: String)
case class Spec(nats: Nats)

Types

type EventBusSetList = ListResource[EventBus]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): EventBus

Concrete fields

val specification: NonCoreResourceSpecification

Implicits

Implicits

implicit lazy val eventBusFmt: Format[EventBus]
implicit val eventBusListFmt: Format[EventBusSetList]
implicit val nativeFmt: Format[Native]
implicit val natsFmt: Format[Nats]
implicit val persistenceFmt: Format[Persistence]
implicit val rsDef: ResourceDefinition[EventBus]
implicit val rsListDef: ResourceDefinition[EventBusSetList]
implicit val specFmt: Format[Spec]