spec

@JvmName(name = "wokunodrvkkspfvy")
suspend fun spec(value: Output<CertificateSigningRequestSpecArgs>)
@JvmName(name = "aiuqdwodulmahfmw")
suspend fun spec(value: CertificateSigningRequestSpecArgs?)

Parameters

value

spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users.


@JvmName(name = "flrejsjfhsxnngnm")
suspend fun spec(argument: suspend CertificateSigningRequestSpecArgsBuilder.() -> Unit)

Parameters

argument

spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users.