@@ -5,18 +5,16 @@ the specification and Custom Resource Definitions (CRDs).
5
5
6
6
## Status
7
7
8
- The latest supported version is ` v1beta1 ` as released by the [ v1.0.0
9
- release] ( https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0 ) of
10
- this project.
8
+ The latest supported version is ` v1 ` as released by
9
+ the [ v1.0.0 release] [ gh_release ] of this project.
11
10
12
- This version of the API is has beta level support for the following resources:
11
+ This version of the API is has GA level support for the following resources:
13
12
14
- - ` v1beta1.GatewayClass `
15
- - ` v1beta1.Gateway `
16
- - ` v1beta1.HTTPRoute `
17
- - ` v1beta1.ReferenceGrant `
13
+ - ` v1.GatewayClass `
14
+ - ` v1.Gateway `
15
+ - ` v1.HTTPRoute `
18
16
19
- For all other APIs we provide alpha level support .
17
+ For all the other APIs and their support levels please consult [ the spec ] [ spec ] .
20
18
21
19
## Documentation
22
20
@@ -42,7 +40,7 @@ one of the guides.
42
40
A complete API reference, please refer to:
43
41
44
42
- [ API reference] [ spec ]
45
- - [ Go docs for the package] ( https://pkg.go.dev/sigs.k8s.io/gateway-api/apis/v1alpha2 )
43
+ - [ Go docs for the package] [ godoc ]
46
44
47
45
## Contributing
48
46
@@ -59,7 +57,9 @@ Participation in the Kubernetes community is governed by the
59
57
[ sn ] : https://github.com/kubernetes/community/tree/master/sig-network
60
58
[ cm ] : https://gateway-api.sigs.k8s.io/contributing/community
61
59
[ slack ] : https://kubernetes.slack.com/messages/sig-network-gateway-api
62
- [ getting-started ] : https://gateway-api.sigs.k8s.io/v1alpha2/ guides
63
- [ spec ] : https://gateway-api.sigs.k8s.io/v1alpha2/ reference/spec
60
+ [ getting-started ] : https://gateway-api.sigs.k8s.io/guides/
61
+ [ spec ] : https://gateway-api.sigs.k8s.io/reference/spec/
64
62
[ concepts ] : https://gateway-api.sigs.k8s.io/concepts/api-overview
65
63
[ security-model ] : https://gateway-api.sigs.k8s.io/concepts/security-model
64
+ [ gh_release ] : https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0
65
+ [ godoc ] : https://pkg.go.dev/sigs.k8s.io/gateway-api
0 commit comments