mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
deploy: remove travis in favor of prow.k8s.io
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
ae1765153a
commit
231446751c
2 changed files with 0 additions and 20 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -1,18 +0,0 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- '1.16'
|
||||
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
script: bash .travis-deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
- provider: script
|
||||
script: bash .travis-deploy.sh
|
||||
on:
|
||||
tags: true
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
# Prometheus Adapter for Kubernetes Metrics APIs
|
||||
|
||||
[](https://travis-ci.org/DirectXMan12/k8s-prometheus-adapter)
|
||||
|
||||
This repository contains an implementation of the Kubernetes
|
||||
[resource metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md),
|
||||
[custom metrics](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md), and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue