pemKeys

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

Parameters

value

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 = "npglthkakvbbewbo")
suspend fun pemKeys(vararg values: Output<String>)


@JvmName(name = "hkolekibveglcujq")
suspend fun pemKeys(values: List<Output<String>>)
@JvmName(name = "jngdwkuueqxbcesp")
suspend fun pemKeys(vararg values: String)

Parameters

values

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.