applyConfiguration

@JvmName(name = "akxnhtjmtlfikwwt")
suspend fun applyConfiguration(value: Output<ApplyConfigurationPatchArgs>)
@JvmName(name = "qkhhhipxqxvvwubr")
suspend fun applyConfiguration(value: ApplyConfigurationPatchArgs?)

Parameters

value

applyConfiguration defines the desired configuration values of an object. The configuration is applied to the admission object using structured merge diff. A CEL expression is used to create apply configuration.


@JvmName(name = "vbpldsptndhbghvc")
suspend fun applyConfiguration(argument: suspend ApplyConfigurationPatchArgsBuilder.() -> Unit)

Parameters

argument

applyConfiguration defines the desired configuration values of an object. The configuration is applied to the admission object using structured merge diff. A CEL expression is used to create apply configuration.