clusterAdmissionRules property

Map<String, AdmissionRule>? clusterAdmissionRules
getter/setter pair

Per-cluster admission rules.

Cluster spec format: location.clusterId. There can be at most one admission rule per cluster spec. A location is either a compute zone (e.g. us-central1-a) or a region (e.g. us-central1). For clusterId syntax restrictions see https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters.

Optional.

Implementation

core.Map<core.String, AdmissionRule>? clusterAdmissionRules;