paramRef

@JvmName(name = "mqoxkapjwactgvlh")
suspend fun paramRef(value: Output<ParamRefArgs>)
@JvmName(name = "cemhcgsdsashxtdw")
suspend fun paramRef(value: ParamRefArgs?)

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 ParamKind of the bound ValidatingAdmissionPolicy. 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 ValidatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param.


@JvmName(name = "wgxgmtljmyxhhimn")
suspend fun paramRef(argument: suspend ParamRefArgsBuilder.() -> 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 ParamKind of the bound ValidatingAdmissionPolicy. 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 ValidatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param.