K8sClientConfig

com.coralogix.zio.k8s.client.config.package$.K8sClientConfig
case class K8sClientConfig(debug: Boolean, serverCertificate: K8sServerCertificate)

Configuration for the HTTP connection towards the Kubernetes API

Value parameters

debug

Enables detailed debug logging

serverCertificate

The server certificate to use

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product