ClientCertificates

final case class ClientCertificates(certificate: KeySource, key: KeySource, password: Option[String]) extends K8sAuthentication

Authenticate with X509 client certificates

Value Params
certificate

Client certificate

key

Client's private key

password

Passphrase for the key if needed

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product