File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1717
1818## Usage
1919
20- Basic usage involves using a [ kube-rs] [ Client] to perform operations on
20+ Basic usage involves using a [ kube-rs Client] to perform operations on
2121[ Gateway API resources] . You can either use a basic ` Client ` to perform
2222operations, or you can build a [ Controller] . See the ` gateway-api/examples/ `
23- directory for detailed (and specific) usage examples.
23+ directory for examples.
2424
25- [ kube-rs ] :https://github.com /kube-rs/ kube
25+ [ kube-rs Client ] :https://docs.rs /kube/latest/ kube/struct.Client.html
2626[ Gateway API resources ] :https://gateway-api.sigs.k8s.io/api-types/gateway/
27- [ Client ] :https://docs.rs/kube/latest/kube/struct.Client.html
2827[ Controller ] :https://kube.rs/controllers/intro/
2928
3029## Development
@@ -51,13 +50,13 @@ which you can then commit.
5150
5251## Contributions
5352
53+ For questions and general discussion, please use the [ discussion board] .
54+
5455Contributions are welcome. Please create an issue describing what changes are
5556desired prior to creating a PR.
5657
5758Please check our [ project board] to see what work has been accepted and is
58- in need of an owner. The ` next ` column will hold high priority items.
59-
60- For questions and general discussion, please use the [ discussion board] .
59+ in need of an owner. The ` next ` column contains high priority items.
6160
6261[ project board ] :https://github.com/orgs/kube-rs/projects/3
6362[ discussion board ] :https://github.com/kube-rs/gateway-api-rs/discussions
You can’t perform that action at this time.
0 commit comments