Packages

o

skuber.examples.fluent

FluentExamples

object FluentExamples extends App

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FluentExamples
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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.

  7. def buildNginxServices: Future[List[Service]]
  8. def buildSimpleNginxService: (Service, ReplicationController)
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val depl: Future[List[ReplicationController]]
  11. def deployControllers: Future[List[ReplicationController]]
  12. def deployNginxServices: Future[List[ReplicationController]]
  13. def deployServices: Future[List[Service]]
  14. val devLabel: (String, String)
  15. implicit val dispatcher: ExecutionContextExecutor
  16. val env: String
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final val executionStart: Long
    Definition Classes
    App
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val image: String
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val k8s: AkkaKubernetesClient
  26. final def main(args: Array[String]): Unit
    Definition Classes
    App
  27. val namePrefix: String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val prodExternalSelector: Map[String, String]
  32. val prodExternalZoneLabel: (String, String)
  33. val prodInternalSelector: Map[String, String]
  34. val prodInternalZoneLabel: (String, String)
  35. val prodLabel: (String, String)
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. implicit val system: ActorSystem
  38. val testExternalSelector: Map[String, String]
  39. val testExternalZoneLabel: (String, String)
  40. val testInternalSelector: Map[String, String]
  41. val testInternalZoneLabel: (String, String)
  42. val testLabel: (String, String)
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. val zone: String

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped