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

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped