paramRef

@JvmName(name = "wvjorkmnkdgeiist")
suspend fun paramRef(value: Output<ParamRefPatchArgs>)
@JvmName(name = "yqefrqtjxneqkcus")
suspend fun paramRef(value: ParamRefPatchArgs?)

Parameters

value

paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in spec.ParamKind of the bound MutatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the MutatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param.


@JvmName(name = "diwohgvvyvsjckmq")
suspend fun paramRef(argument: suspend ParamRefPatchArgsBuilder.() -> Unit)

Parameters

argument

paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in spec.ParamKind of the bound MutatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the MutatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param.