Object

skuber.examples.fluent

FluentExamples

Related Doc: package fluent

Permalink

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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def args: Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def buildNginxControllers: Future[List[ReplicationController]]

    Permalink

    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]]

    Permalink
  8. def buildSimpleNginxService: (Service, ReplicationController)

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val depl: Future[List[ReplicationController]]

    Permalink
  11. def deployControllers: Future[List[ReplicationController]]

    Permalink
  12. def deployNginxServices: Future[List[ReplicationController]]

    Permalink
  13. def deployServices: Future[List[Service]]

    Permalink
  14. val devLabel: (String, String)

    Permalink
  15. implicit val dispatcher: ExecutionContextExecutor

    Permalink
  16. val env: String

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. val executionStart: Long

    Permalink
    Definition Classes
    App
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. val image: String

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val k8s: KubernetesClient

    Permalink
  26. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  27. implicit val materializer: ActorMaterializer

    Permalink
  28. val namePrefix: String

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. val prodExternalSelector: Map[String, String]

    Permalink
  33. val prodExternalZoneLabel: (String, String)

    Permalink
  34. val prodInternalSelector: Map[String, String]

    Permalink
  35. val prodInternalZoneLabel: (String, String)

    Permalink
  36. val prodLabel: (String, String)

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. implicit val system: ActorSystem

    Permalink
  39. val testExternalSelector: Map[String, String]

    Permalink
  40. val testExternalZoneLabel: (String, String)

    Permalink
  41. val testInternalSelector: Map[String, String]

    Permalink
  42. val testInternalZoneLabel: (String, String)

    Permalink
  43. val testLabel: (String, String)

    Permalink
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. val zone: String

    Permalink

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit

    Permalink
    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