generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
area/documentationIssues or PRs related to documentation and examplesIssues or PRs related to documentation and exampleskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Right now, our docs are showing complex configs like they're single items, when they're actually meant to be arrays of structs. e.g in S3 bucket.spec.notifications - it looks like we're not showing users can set up multiple notifications.
How it's shown today:
topicConfigurations:
events:
- string
filter:
key:
filterRules:
- name: string
value: string
id: string
topicARN: stringHow it should look like:
topicConfigurations:
- events:
- string
filter:
key:
filterRules:
- name: string
value: string
id: string
topicARN: stringhttps://aws-controllers-k8s.github.io/community/reference/s3/v1alpha1/bucket/
Metadata
Metadata
Assignees
Labels
area/documentationIssues or PRs related to documentation and examplesIssues or PRs related to documentation and exampleskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.