Skip to content

Commit

Permalink
Remove beta from README
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Jul 8, 2022
1 parent cc833dd commit 63d4d19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
@@ -1,4 +1,4 @@
Wrangler [BETA - Lacks full documentation]
Wrangler
--------
Framework for wrapping clients, informers, listers into a simple
usable controller pattern that promotes some good practices.
Expand All @@ -22,9 +22,7 @@ additionally generate a controller per type. The interface to the
controller looks as follows

To use the controller all one needs to do is register simple OnChange handlers. Also in the
interface is access to the client and caches in a simple flat API. refer to
[main.go](https://github.com/rancher/wrangler-sample/blob/master/main.go) and [controller.go](https://github.com/rancher/wrangler-sample/blob/master/controller.go) in
the [sample project](https://github.com/rancher/wrangler-sample) for more complete usage.
interface is access to the client and caches in a simple flat API.

```golang
type FooController interface {
Expand Down

0 comments on commit 63d4d19

Please sign in to comment.