Skip to content

Commit

Permalink
Add Go Report Badge (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezve authored Jun 1, 2022
1 parent 72f56d4 commit fac0fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Tests](https://github.com/jgomezve/aci-k8s-operator/actions/workflows/test.yaml/badge.svg)](https://github.com/jgomezve/aci-k8s-operator/actions/workflows/test.yaml)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/jgomezve/aci-k8s-operator)
[![Go Report Card](https://goreportcard.com/badge/github.com/jgomezve/aci-k8s-operator)](https://goreportcard.com/report/github.com/jgomezve/aci-k8s-operator)
![Kubernetes version](https://img.shields.io/badge/kubernetes-1.23%2B-blue)
[![published](https://static.production.devnetcloud.com/codeexchange/assets/images/devnet-published.svg)](https://developer.cisco.com/codeexchange/github/repo/jgomezve/aci-k8s-operator)

Expand Down Expand Up @@ -65,7 +66,7 @@ This repository has been scaffolded using [Kubebuilder](https://book.kubebuilder
* Alternatively you could apply the manifest directly

```
$ kubectl -f apply config/crd/bases/apic.aci.cisco_segmentationpolicies.yaml
$ kubectl apply -f config/crd/bases/apic.aci.cisco_segmentationpolicies.yaml
customresourcedefinition.apiextensions.k8s.io/segmentationpolicies.apic.aci.cisco configured
```

Expand Down

0 comments on commit fac0fdc

Please sign in to comment.