K8sClusterConfig

com.coralogix.zio.k8s.client.config.package$.K8sClusterConfig
case class K8sClusterConfig(host: Uri, authentication: K8sAuthentication, client: K8sClientConfig)

Configures the zio-k8s client

This is the top level configuration class.

Value parameters

authentication

Authentication method to use

client

HTTP client configuration

host

URL of the Kubernetes API

Attributes

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

Members list

Value members

Concrete methods

Drops the trailing dot from the configured host name.

Drops the trailing dot from the configured host name.

This is a workaround for an issue when the kubeconfig file contains hostnames with trailing dots which is not supported by the hostname verification algorithm. Use this together with the K8sServerCertificate.Secure.disableHostnameVerification option.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product