Skip to content

Commit 9b9b992

Browse files
authored
Merge pull request #4 from komish/add-olmconfig
Add the OLM config
2 parents cc6934c + 1b54a2f commit 9b9b992

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

olm/olmconfig.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# This configuration is a placeholder. Replace any values with relevant values for your
2+
# service controller project.
3+
---
4+
annotations:
5+
capabilityLevel: Basic Install
6+
shortDescription: AWS API Gateway v2 controller is a service controller for managing API Gateway v2 resources
7+
in Kubernetes
8+
displayName: AWS Controllers for Kubernetes - Amazon API Gateway v2
9+
description: |-
10+
Manage Amazon API Gateway v2 resources in AWS from within your Kubernetes cluster.
11+
12+
13+
**About Amazon API Gateway v2**
14+
15+
16+
Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. APIs act as the "front door" for applications to access data, business logic, or functionality from your backend services. Using API Gateway, you can create RESTful APIs and WebSocket APIs that enable real-time two-way communication applications. API Gateway supports containerized and serverless workloads, as well as web applications.
17+
18+
19+
API Gateway handles all the tasks involved in accepting and processing up to hundreds of thousands of concurrent API calls, including traffic management, CORS support, authorization and access control, throttling, monitoring, and API version management. API Gateway has no minimum fees or startup costs. You pay for the API calls you receive and the amount of data transferred out and, with the API Gateway tiered pricing model, you can reduce your cost as your API usage scales.
20+
21+
22+
**About the AWS Controllers for Kubernetes**
23+
24+
25+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
26+
project. This project is currently in **developer preview**.
27+
samples:
28+
- kind: APIMapping
29+
spec: '{}'
30+
- kind: API
31+
spec: '{}'
32+
- kind: Authorizer
33+
spec: '{}'
34+
- kind: Deployment
35+
spec: '{}'
36+
- kind: DomainName
37+
spec: '{}'
38+
- kind: IntegrationResponse
39+
spec: '{}'
40+
- kind: Integration
41+
spec: '{}'
42+
- kind: Model
43+
spec: '{}'
44+
- kind: RouteResponse
45+
spec: '{}'
46+
- kind: Route
47+
spec: '{}'
48+
- kind: Stage
49+
spec: '{}'
50+
- kind: VPCLink
51+
spec: '{}'
52+
maintainers:
53+
- name: "Your Team Name"
54+
55+
links:
56+
- name: Amazon API Gateway v2 Developer Resources
57+
url: "https://aws.amazon.com/api-gateway/resources/"

0 commit comments

Comments
 (0)