Packages

p

akka.discovery

kubernetes

package kubernetes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class BaseKubernetesApiServiceDiscovery extends ServiceDiscovery

    Discovery implementation that uses the Kubernetes API.

    Discovery implementation that uses the Kubernetes API.

    Not for user extension

    Annotations
    @DoNotInherit()
  2. class ExternalKubernetesApiServiceDiscovery extends BaseKubernetesApiServiceDiscovery

    An implementation which will discover Kubernetes pods only if they are ready to serve external traffic.

    An implementation which will discover Kubernetes pods only if they are ready to serve external traffic.

    NOT SUITABLE FOR CLUSTER BOOTSTRAP!

  3. class KubernetesApiServiceDiscovery extends BaseKubernetesApiServiceDiscovery

    An implementation which will discover Kubernetes pods even if they are not ready to serve external traffic.

    An implementation which will discover Kubernetes pods even if they are not ready to serve external traffic. This discovery method is suitable for bootstrapping a cluster, even if readiness/health checks will not pass until the cluster is bootstrapped.

    If used to discover external Kubernetes services, not all pods discovered will be able to serve traffic.

  4. final class Settings extends Extension

Ungrouped