bundles
suspend fun bundles(value: Output<List<FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>>)
suspend fun bundles(value: List<FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>?)
Parameters
value
map of bundle name to BundleInstallSpec. The bundle name maps to the bundleName
key in the policycontroller.gke.io/constraintData
annotation on a constraint.
suspend fun bundles(vararg values: Output<FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>)
suspend fun bundles(values: List<Output<FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>>)
suspend fun bundles(vararg values: FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs)
Parameters
values
map of bundle name to BundleInstallSpec. The bundle name maps to the bundleName
key in the policycontroller.gke.io/constraintData
annotation on a constraint.
suspend fun bundles(argument: List<suspend FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgsBuilder.() -> Unit>)
suspend fun bundles(vararg argument: suspend FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgsBuilder.() -> Unit)
suspend fun bundles(argument: suspend FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgsBuilder.() -> Unit)
Parameters
argument
map of bundle name to BundleInstallSpec. The bundle name maps to the bundleName
key in the policycontroller.gke.io/constraintData
annotation on a constraint.