Package

com.lightbend.rp.akkaclusterbootstrap

kubernetes

Permalink

package kubernetes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. kubernetes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ClusterServiceDiscovery extends ServiceDiscovery

    Permalink

    An alternative implementation that uses the Kubernetes API.

    An alternative implementation that uses the Kubernetes API. Currently, reactive-cli specifies this via arguments when it generates resources for Kubernets targets. Thus, the default implementation for reactive-lib remains one based on the service locator.

    The main advantage of this is that we can discover pods that aren't yet ready, perhaps they have health checks that rely on Akka Cluster being up.

  2. case class PodList(items: Seq[Item]) extends Product with Serializable

    Permalink

Value Members

  1. object ClusterServiceDiscovery

    Permalink
  2. object JsonFormat extends SprayJsonSupport with DefaultJsonProtocol

    Permalink
  3. val KubernetesCAPath: String

    Permalink
  4. val KubernetesToken: String

    Permalink
  5. object PodList extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped