pemKeys

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


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