ClientCertificates

final case class ClientCertificates(certificate: KeySource, key: KeySource, password: Option[String]) extends K8sAuthentication
Value parameters:
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

Inherited from:
Product