K8sAuthentication

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class BasicAuth(username: String, password: String) extends K8sAuthentication

Authenticate with basic authentication

Authenticate with basic authentication

Value Params
password

Password for basic authentication

username

Username for basic authentication

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

final case class ServiceAccountToken(token: KeySource) extends K8sAuthentication

Authenticate with a service account token

Value Params
token

The key source must point to a PEM encoded bearer token file, or a raw bearer token value.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror