BasicAuth

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

Authenticate with basic authentication

Value parameters:
password

Password for basic authentication

username

Username for basic authentication

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

Value members

Inherited methods

Inherited from:
Product