Fix resource type definition in GCP Bucket generation rules and update documentation on runwhen-local limitations

Updated the resource type in the GCP Bucket generation rules from `buckets.storage.gcp.upbound.io` to `bucket.storage.gcp.upbound.io` for consistency with the preferred API version. Additionally, enhanced the documentation in `08-current-limitations.md` to clarify the current state of custom-resource discovery in runwhen-local, addressing two specific issues encountered during validation.

This change ensures accurate resource type definitions and improves clarity on limitations affecting cluster-scoped CRDs.
This commit is contained in:
stewartshea
2026-06-30 22:15:01 -04:00
parent 0d2508b599
commit 811f4f13be
2 changed files with 23 additions and 9 deletions
@@ -12,7 +12,7 @@ spec:
# Pin an explicit version like `buckets.storage.gcp.upbound.io/v1beta1`
# if you need schema stability across CRD upgrades.
- resourceTypes:
- buckets.storage.gcp.upbound.io
- bucket.storage.gcp.upbound.io
matchRules:
# Match every Bucket by name. Swap this regex to scope by naming
# convention (for example `^prod-.*` to only cover prod buckets) or