prometheus/vendor/github.com/go-openapi/runtime
Max Leonard Inden 41c22effbe
config&notifier: Add option to use Alertmanager API v2
With v0.16.0 Alertmanager introduced a new API (v2). This patch adds a
configuration option for Prometheus to send alerts to the v2 endpoint
instead of the defautl v1 endpoint.

Signed-off-by: Max Leonard Inden <IndenML@gmail.com>
2019-06-21 16:33:53 +02:00
..
.editorconfig config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
.gitignore config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
.travis.yml config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
bytestream.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
client_auth_info.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
client_operation.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
client_request.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
client_response.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
CODE_OF_CONDUCT.md config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
constants.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
discard.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
file.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
go.mod config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
go.sum config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
headers.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
interfaces.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
json.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
LICENSE config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
README.md config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
request.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
statuses.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
text.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
values.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00
xml.go config&notifier: Add option to use Alertmanager API v2 2019-06-21 16:33:53 +02:00

runtime Build Status codecov Slack Status

license GoDoc

golang Open-API toolkit - runtime

The runtime component for use in codegeneration or as untyped usage.