object K8sAuthentication
- Alphabetic
- By Inheritance
- K8sAuthentication
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
BasicAuth(username: String, password: String) extends K8sAuthentication with Product with Serializable
Authenticate with basic authentication
Authenticate with basic authentication
- username
Username for basic authentication
- password
Password for basic authentication
-
final
case class
ClientCertificates(certificate: KeySource, key: KeySource, password: Option[String]) extends K8sAuthentication with Product with Serializable
Authenticate with X509 client certificates
Authenticate with X509 client certificates
See https://kubernetes.io/docs/reference/access-authn-authz/authentication/#x509-client-certs
- certificate
Client certificate
- key
Client's private key
- password
Passphrase for the key if needed
-
final
case class
ServiceAccountToken(token: KeySource) extends K8sAuthentication with Product with Serializable
Authenticate with a service account token
Authenticate with a service account token
See https://kubernetes.io/docs/reference/access-authn-authz/authentication/#service-account-tokens
- token
The key source must point to a PEM encoded bearer token file, or a raw bearer token value.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated