Skip to content

Commit

Permalink
docs: update README.md (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Nov 1, 2023
1 parent 93da4e4 commit c9cd2a1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ the specification and Custom Resource Definitions (CRDs).

## Status

The latest supported version is `v1beta1` as released by the [v1.0.0
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0) of
this project.
The latest supported version is `v1` as released by
the [v1.0.0 release][gh_release] of this project.

This version of the API is has beta level support for the following resources:
This version of the API is has GA level support for the following resources:

- `v1beta1.GatewayClass`
- `v1beta1.Gateway`
- `v1beta1.HTTPRoute`
- `v1beta1.ReferenceGrant`
- `v1.GatewayClass`
- `v1.Gateway`
- `v1.HTTPRoute`

For all other APIs we provide alpha level support.
For all the other APIs and their support levels please consult [the spec][spec].

## Documentation

Expand All @@ -42,7 +40,7 @@ one of the guides.
A complete API reference, please refer to:

- [API reference][spec]
- [Go docs for the package](https://pkg.go.dev/sigs.k8s.io/gateway-api/apis/v1alpha2)
- [Go docs for the package][godoc]

## Contributing

Expand All @@ -59,7 +57,9 @@ Participation in the Kubernetes community is governed by the
[sn]: https://github.com/kubernetes/community/tree/master/sig-network
[cm]: https://gateway-api.sigs.k8s.io/contributing/community
[slack]: https://kubernetes.slack.com/messages/sig-network-gateway-api
[getting-started]: https://gateway-api.sigs.k8s.io/v1alpha2/guides
[spec]: https://gateway-api.sigs.k8s.io/v1alpha2/reference/spec
[getting-started]: https://gateway-api.sigs.k8s.io/guides/
[spec]: https://gateway-api.sigs.k8s.io/reference/spec/
[concepts]: https://gateway-api.sigs.k8s.io/concepts/api-overview
[security-model]: https://gateway-api.sigs.k8s.io/concepts/security-model
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0
[godoc]: https://pkg.go.dev/sigs.k8s.io/gateway-api

0 comments on commit c9cd2a1

Please sign in to comment.