object FluentExamples extends App
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FluentExamples
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def args: Array[String]
- Attributes
- protected
- Definition Classes
- App
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildNginxControllers: Future[List[ReplicationController]]
Build a set of replication controllers for nginx based services that target multiple environments and zones, using labels and selectors to differentiate these different targets.
- def buildNginxServices: Future[List[Service]]
- def buildSimpleNginxService: (Service, ReplicationController)
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val depl: Future[List[ReplicationController]]
- def deployControllers: Future[List[ReplicationController]]
- def deployNginxServices: Future[List[ReplicationController]]
- def deployServices: Future[List[Service]]
- val devLabel: (String, String)
- implicit val dispatcher: ExecutionContextExecutor
- val env: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final val executionStart: Long
- Definition Classes
- App
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val image: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val k8s: KubernetesClient
- final def main(args: Array[String]): Unit
- Definition Classes
- App
- val namePrefix: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val prodExternalSelector: Map[String, String]
- val prodExternalZoneLabel: (String, String)
- val prodInternalSelector: Map[String, String]
- val prodInternalZoneLabel: (String, String)
- val prodLabel: (String, String)
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val system: ActorSystem
- val testExternalSelector: Map[String, String]
- val testExternalZoneLabel: (String, String)
- val testInternalSelector: Map[String, String]
- val testInternalZoneLabel: (String, String)
- val testLabel: (String, String)
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val zone: String
Deprecated Value Members
- def delayedInit(body: => Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear