mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
* Improve grammar on instance-provider-request.md Signed-off-by: TheRedCyclops <76230780+TheRedCyclops@users.noreply.github.com> * Update reverse-proxy-integration-request.md Signed-off-by: TheRedCyclops <76230780+TheRedCyclops@users.noreply.github.com> --------- Signed-off-by: TheRedCyclops <76230780+TheRedCyclops@users.noreply.github.com>
921 B
921 B
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Instance provider request | Suggest support for an instance provider | Add `[PROVIDER]` provider | enhancement, provider |
Describe the provider A clear and concise description of the provider.
Does the provider provide the following APIs An instance is a generic term used to describe containers, pods, deployments...
| API | Yes | No | I don't know |
|---|---|---|---|
| Start an instance | |||
| Stop an instance | |||
| Get info about an instance | |||
| Listening for external events happening |
Does the provider have a Go API SDK?
If yes link it here
Can the provider be started locally Providers such as Cloud provider may provide some local API tools. Docker can be started locally, Kubernetes has tools such as k3s to facilitate the integration.
Additional context Add any other context about the feature request here.