File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ This project provides bindings in [Rust] for [Kubernetes] [Gateway API].
3131
3232## Usage
3333
34- Basic usage involves generating a [ kube-rs] to perform create, read, update and
35- delete (CRUD) operations on [ Gateway API resources] . You can either use a basic
36- [ Client] to perform CRUD operations, or you can build a [ Controller] . See the
37- ` gateway-api/examples/ ` directory for detailed (and specific) usage examples.
34+ Basic usage involves using a [ kube-rs] [ Client ] to perform create, read, update
35+ and delete (CRUD) operations on [ Gateway API resources] . You can either use a
36+ basic ` Client ` to perform CRUD operations, or you can build a [ Controller] . See
37+ the ` gateway-api/examples/ ` directory for detailed (and specific) usage examples.
3838
3939[ kube-rs ] :https://github.com/kube-rs/kube
4040[ Gateway API resources ] :https://gateway-api.sigs.k8s.io/api-types/gateway/
You can’t perform that action at this time.
0 commit comments