Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package coralogix
    Definition Classes
    com
  • package zio
    Definition Classes
    coralogix
  • package k8s
    Definition Classes
    zio
  • package client
    Definition Classes
    k8s
  • package config

    Contains data structures, ZIO layers and zio-config descriptors for configuring the zio-k8s client.

    Contains data structures, ZIO layers and zio-config descriptors for configuring the zio-k8s client.

    Each zio-k8s client module depends on two ZIO modules: com.coralogix.zio.k8s.client.model.K8sCluster and an sttp.client3.SttpBackend. To use the default configuration (use kubeconfig if available, otherwise fallback to service account token), use either asynchttpclient.k8sDefault or httpclient.k8sDefault depending on your chosen sttp backend.

    Manual configuration is possible by providing a K8sClusterConfig value to both the k8sCluster layer and either asynchttpclient.k8sSttpClient or httpclient.k8sSttpClient.

    Instead of manually providing the configuration, zio-config descriptors are available to load them from any supported source.

    Definition Classes
    client
  • package backend
    Definition Classes
    config
  • K8sBackend

package backend

Linear Supertypes
AnyRef, Any

Type Members

  1. final case class K8sBackend(value: SttpBackend[Task, ZioStreams with WebSockets]) extends AnyVal with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped