SttpKubernetesClient

dev.hnaderi.k8s.client.SttpKubernetesClient$
See theSttpKubernetesClient companion class

Attributes

Companion:
class
Source:
SttpKubernetesClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class DecodeError(msg: String) extends Exception

Attributes

Source:
SttpKubernetesClient.scala
Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any
final case class InvalidURL(msg: String) extends Exception

Attributes

Source:
SttpKubernetesClient.scala
Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Types

type SttpF[F[_], T] = F[Response[T]]