pemKeys

@JvmName(name = "njtelswvdnqxlnju")
suspend fun pemKeys(value: Output<List<String>>)
@JvmName(name = "itqahsfftpvamknx")
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 = "ravfaujablnpgmcn")
suspend fun pemKeys(vararg values: Output<String>)


@JvmName(name = "fikgrxilpmiogjnc")
suspend fun pemKeys(values: List<Output<String>>)
@JvmName(name = "clpcrrsciomdcgut")
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.