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

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. K8sBackend
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyVal
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new K8sBackend(value: SttpBackend[Task, ZioStreams with WebSockets])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. val value: SttpBackend[Task, ZioStreams with WebSockets]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped