Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Icikowski committed Mar 6, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3a37ff5 commit 447d080
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@

Simple and effective package for implementing [Kubernetes liveness and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/)' handler.

![Go version](https://img.shields.io/github/go-mod/go-version/Icikowski/kubeprobes)
[![Go Report Card](https://goreportcard.com/badge/github.com/Icikowski/kubeprobes)](https://goreportcard.com/report/github.com/Icikowski/kubeprobes)
[![Go Reference](https://pkg.go.dev/badge/github.com/Icikowski/kubeprobes.svg)](https://pkg.go.dev/github.com/Icikowski/kubeprobes)
![License](https://img.shields.io/github/license/Icikowski/kubeprobes)

## Installation

```bash

0 comments on commit 447d080

Please sign in to comment.