Skip to content

Commit

Permalink
Added references to GEP-2648 and GEP-2649
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Mar 5, 2024
1 parent 4c27b7c commit 47e4879
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geps/gep-995/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add a new optional `name` field to the route rule types ([GRPCRouteRule](https:/

## Goals

* Support referencing individual route rules by name from other resources, such as from metaresources as suggested in [GEP-713](https://gateway-api.sigs.k8s.io/geps/gep-713/#apply-policies-to-sections-of-a-resource).
* Support referencing individual route rules by name from other resources, such as from metaresources ([GEP-2648](https://gateway-api.sigs.k8s.io/geps/gep-2648/#apply-policies-to-sections-of-a-resource).)
* Support referencing individual route rules by name from condition messages propagated in the status stanza of route resources as suggested in https://github.com/kubernetes-sigs/gateway-api/issues/1696#issuecomment-1666258188.
* Support referencing individual route rules by name at other observability and networking tools that are part of the ecosystem based on Gateway API.
* Provide a rather intuitive API for users of Kubernetes who are familiar with the same pattern employed already by other kinds of resources where lists of complex elements can be declared – e.g. service [ports](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/#ServiceSpec), pod [containers](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#containers) and pod [volumes](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#volumes).
Expand Down
10 changes: 10 additions & 0 deletions geps/gep-995/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ authors:
- guicassolato
changelog:
- "https://github.com/kubernetes-sigs/gateway-api/pull/2593"
relationships:
seeAlso:
- number: 2648
name: Direct Policy Attachment
description: Defines a way to attach direct policies to sections of a route.
- number: 2649
name: Inherited Policy Attachment
description: |
Provides a more assertive way to report status regarding sections of a route.
E.g.: when a policy that targets a Service affects rules of a route.

0 comments on commit 47e4879

Please sign in to comment.