Add badges
This commit is contained in:
parent
811b880f0f
commit
0c8fc850c7
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# kreaper - *K*ubernetes _Reaper_
|
||||
|
||||
[![Go](https://github.com/baez90/kreaper/actions/workflows/go.yml/badge.svg)](https://github.com/baez90/kreaper/actions/workflows/go.yml)
|
||||
[![codecov](https://codecov.io/gh/baez90/kreaper/branch/main/graph/badge.svg?token=HRLEI8TS50)](https://codecov.io/gh/baez90/kreaper)
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/baez90/kreaper)](https://goreportcard.com/report/github.com/baez90/kreaper)
|
||||
|
||||
_kreaper_ is (yet another) *K*ubernetes pod _reaper_.
|
||||
It's main purpose is to delete pods matching a certain pod selector after a deadline is reached.
|
||||
|
||||
|
@ -51,4 +55,4 @@ rules:
|
|||
- pods
|
||||
```
|
||||
|
||||
alternatively a `RoleBinding` or a `ClusterRoleBinding` to the `edit` `ClusterRole` might be a little bit overkill but therefore also possible.
|
||||
alternatively a `RoleBinding` or a `ClusterRoleBinding` to the `edit` `ClusterRole` might be a little bit overkill but therefore also possible.
|
||||
|
|
Reference in a new issue