Skip to content

Commit

Permalink
docs: cleanup README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <[email protected]>
  • Loading branch information
shaneutt authored Oct 19, 2024
1 parent a02e169 commit f72fe54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ This project provides bindings in [Rust] for [Kubernetes] [Gateway API].

## Usage

Basic usage involves generating a [kube-rs] to perform create, read, update and
delete (CRUD) operations on [Gateway API resources]. You can either use a basic
[Client] to perform CRUD operations, or you can build a [Controller]. See the
`gateway-api/examples/` directory for detailed (and specific) usage examples.
Basic usage involves using a [kube-rs] [Client] to perform create, read, update
and delete (CRUD) operations on [Gateway API resources]. You can either use a
basic `Client` to perform CRUD operations, or you can build a [Controller]. See
the `gateway-api/examples/` directory for detailed (and specific) usage examples.

[kube-rs]:https://github.com/kube-rs/kube
[Gateway API resources]:https://gateway-api.sigs.k8s.io/api-types/gateway/
Expand Down

0 comments on commit f72fe54

Please sign in to comment.