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>
33 lines
921 B
Markdown
33 lines
921 B
Markdown
---
|
|
name: Instance provider request
|
|
about: Suggest support for an instance provider
|
|
title: Add `[PROVIDER]` provider
|
|
labels: enhancement, provider
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**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.
|