Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typos in gep-713 #2301

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions geps/gep-713.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object to modify the functions of one or more other objects.

This GEP defines some terms, firstly: _Metaresource_.

A Kubernetes object that that _augments_ the behavior of an object
A Kubernetes object that _augments_ the behavior of an object
in a standard way is called a _Metaresource_.

This document proposes controlling the creation of configuration in the underlying
Expand All @@ -27,7 +27,7 @@ in a hierarchy (this is "Inherited Policy Attachment").

Individual policy APIs:
- must be their own CRDs (e.g. `TimeoutPolicy`, `RetryPolicy` etc),
- can be included in the Gateway API API group and installation or be defined by
- can be included in the Gateway API group and installation or be defined by
implementations
- and must include a common `TargetRef` struct in their specification to identify
how and where to apply that policy.
Expand Down Expand Up @@ -205,8 +205,7 @@ Here are some guidelines for when to consider using a Inherited Policy object:
(This is not built at all in the current design either).

When multiple Inherited Policies are used, they can interact in various ways,
which are governed by the following rules, which will be expanded on later in
in this document.
which are governed by the following rules, which will be expanded on later in this document.

* If a Policy does not affect an object's fields directly, then the resultant
Policy should be the set of all distinct fields inside the relevant Policy objects,
Expand Down