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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user