1
0
Fork 0
mirror of https://github.com/imjasonh/client-go2 synced 2026-07-16 12:12:07 +00:00

add fancy badge

This commit is contained in:
Jason Hall 2021-12-15 12:18:41 -05:00
parent fbf85d4793
commit 384f6ed83f

View file

@ -1,5 +1,7 @@
## Experimenting with `k8s.io/client-go` and Go generics
[![Build](https://github.com/imjasonh/client-go2/actions/workflows/build.yaml/badge.svg)](https://github.com/imjasonh/client-go2/actions/workflows/build.yaml)
This is an experimental type-parameter-aware client that wraps [`k8s.io/client-go/dynamic`](https://pkg.go.dev/k8s.io/client-go/dynamic) _(...for now)_.
Until Go 1.18 is released, use [`gotip`](https://pkg.go.dev/golang.org/dl/gotip), or the recently released [Go 1.18 beta](https://go.dev/blog/go1.18beta1).