-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from acornett21/main
update olmconfig with description and examples
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,17 @@ annotations: | |
in Kubernetes | ||
displayName: AWS Controllers for Kubernetes - Amazon SES | ||
description: |- | ||
Manage Amazon SES resources in AWS from within your Kubernetes cluster. | ||
Manage Amazon Simple Email Service (SES) resources in AWS from within your Kubernetes cluster. | ||
**About Amazon SES** | ||
{ADD YOUR DESCRIPTION HERE} | ||
Amazon Simple Email Service (SES) is an email platform that provides an easy, cost-effective way for you to send and receive email using your own email addresses and domains. | ||
For example, you can send marketing emails such as special offers, transactional emails such as order confirmations, and other types of correspondence such as newsletters. | ||
When you use Amazon SES to receive mail, you can develop software solutions such as email autoresponders, email unsubscribe systems, and applications that generate customer | ||
support tickets from incoming emails. | ||
**About the AWS Controllers for Kubernetes** | ||
|
@@ -28,13 +32,11 @@ description: |- | |
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/) | ||
samples: | ||
- kind: ExampleCustomKind | ||
spec: '{}' | ||
- kind: SecondExampleCustomKind | ||
- kind: EmailTemplate | ||
spec: '{}' | ||
maintainers: | ||
- name: "ses maintainer team" | ||
email: "[email protected]" | ||
links: | ||
- name: Amazon SES Developer Resources | ||
url: https://aws.amazon.com/SES/developer-resources/ | ||
url: https://aws.amazon.com/ses/developer-resources/ |