Package

akka.discovery

kubernetes

Permalink

package kubernetes

Visibility
  1. Public
  2. All

Type Members

  1. class KubernetesApiServiceDiscovery extends ServiceDiscovery

    Permalink

    An alternative implementation that uses the Kubernetes API.

    An alternative implementation that uses the Kubernetes API. The main advantage of this method is that it allows you to define readiness/health checks that don't affect the bootstrap mechanism.

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

    Permalink
  3. final class Settings extends Extension

    Permalink

Ungrouped