bundles property

Map<String, PolicyControllerBundleInstallSpec>? bundles
getter/setter pair

map of bundle name to BundleInstallSpec.

The bundle name maps to the bundleName key in the policycontroller.gke.io/constraintData annotation on a constraint.

Implementation

core.Map<core.String, PolicyControllerBundleInstallSpec>? bundles;