ClientCertificates

com.coralogix.zio.k8s.client.config.package$.K8sAuthentication$.ClientCertificates
final case class ClientCertificates(certificate: KeySource, key: KeySource, password: Option[String]) extends K8sAuthentication

Attributes

certificate

Client certificate

key

Client's private key

password

Passphrase for the key if needed

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product