Package

nelson

health

Permalink

package health

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class HealthCheck extends Product with Serializable

    Permalink
  2. sealed abstract class HealthCheckOp[A] extends Product with Serializable

    Permalink
  3. final case class HealthStatus(id: String, status: HealthCheck, node: String, details: Option[String]) extends Product with Serializable

    Permalink
  4. final case class Http4sConsulHealthClient(client: ~>[ConsulOp, IO]) extends ~>[HealthCheckOp, IO] with Product with Serializable

    Permalink
  5. final case class KubernetesHealthClient(client: KubernetesClient) extends ~>[HealthCheckOp, IO] with Product with Serializable

    Permalink

Value Members

  1. object Failing extends HealthCheck with Product with Serializable

    Permalink
  2. object HealthCheck extends Serializable

    Permalink
  3. object HealthCheckOp extends Serializable

    Permalink
  4. object Passing extends HealthCheck with Product with Serializable

    Permalink
  5. object Unknown extends HealthCheck with Product with Serializable

    Permalink

Ungrouped