Skip to content

Commit 870d1ad

Browse files
committed
add status badge for github actions
1 parent 71e0fac commit 870d1ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# java-operator-sdk
22
[![Build Status](https://travis-ci.org/ContainerSolutions/java-operator-sdk.svg?branch=master)](https://travis-ci.org/ContainerSolutions/java-operator-sdk)
33

4+
![Java CI with Maven](https://github.com/ContainerSolutions/java-operator-sdk/workflows/Java%20CI%20with%20Maven/badge.svg)
5+
46
SDK for building Kubernetes Operators in Java. Inspired by [operator-sdk](https://github.com/operator-framework/operator-sdk).
57
In this first iteration we aim to provide a framework which handles the reconciliation loop by dispatching events to
68
a Controller written by the user of the framework.

0 commit comments

Comments
 (0)