clusterAdmissionRules

@JvmName(name = "bvbmarhbdbmiehof")
suspend fun clusterAdmissionRules(value: Output<List<PolicyClusterAdmissionRuleArgs>>)
@JvmName(name = "xcbbnqkijfkruivt")
suspend fun clusterAdmissionRules(value: List<PolicyClusterAdmissionRuleArgs>?)

Parameters

value

Per-cluster admission rules. An admission rule specifies either that all container images used in a pod creation request must be attested to by one or more attestors, that all pod creations will be allowed, or that all pod creations will be denied. There can be at most one admission rule per cluster spec. Identifier format: '{{location}}.{{clusterId}}'. A location is either a compute zone (e.g. 'us-central1-a') or a region (e.g. 'us-central1').


@JvmName(name = "rwldrdygqobuipng")
suspend fun clusterAdmissionRules(vararg values: Output<PolicyClusterAdmissionRuleArgs>)


@JvmName(name = "ullkkuuccjqdrqrw")
suspend fun clusterAdmissionRules(values: List<Output<PolicyClusterAdmissionRuleArgs>>)
@JvmName(name = "xucdufeqtxydgrnl")
suspend fun clusterAdmissionRules(vararg values: PolicyClusterAdmissionRuleArgs)

Parameters

values

Per-cluster admission rules. An admission rule specifies either that all container images used in a pod creation request must be attested to by one or more attestors, that all pod creations will be allowed, or that all pod creations will be denied. There can be at most one admission rule per cluster spec. Identifier format: '{{location}}.{{clusterId}}'. A location is either a compute zone (e.g. 'us-central1-a') or a region (e.g. 'us-central1').


@JvmName(name = "dnuqgfjnbxgjakfi")
suspend fun clusterAdmissionRules(argument: List<suspend PolicyClusterAdmissionRuleArgsBuilder.() -> Unit>)
@JvmName(name = "irgnbufmqavhhhwv")
suspend fun clusterAdmissionRules(vararg argument: suspend PolicyClusterAdmissionRuleArgsBuilder.() -> Unit)
@JvmName(name = "rjlevixisgxefdsu")
suspend fun clusterAdmissionRules(argument: suspend PolicyClusterAdmissionRuleArgsBuilder.() -> Unit)

Parameters

argument

Per-cluster admission rules. An admission rule specifies either that all container images used in a pod creation request must be attested to by one or more attestors, that all pod creations will be allowed, or that all pod creations will be denied. There can be at most one admission rule per cluster spec. Identifier format: '{{location}}.{{clusterId}}'. A location is either a compute zone (e.g. 'us-central1-a') or a region (e.g. 'us-central1').