BasicAuth

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

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