pemKeys

@JvmName(name = "acvdqlpblsaakqkf")
suspend fun pemKeys(value: List<String>?)

Parameters

value

Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.


@JvmName(name = "nkahvpeifylvdycm")
suspend fun pemKeys(vararg values: String)

Parameters

values

Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.