-
Notifications
You must be signed in to change notification settings - Fork 482
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
Spelling #3400
base: main
Are you sure you want to change the base?
Spelling #3400
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jsoref The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @jsoref! |
Hi @jsoref. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -70,7 +70,7 @@ The following steps must be done by one of the [Gateway API maintainers][gateway | |||
- Run the `make build-install-yaml` command which will generate install files in the `release/` directory. | |||
Attach these files to the GitHub release. | |||
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release. | |||
- Update the implementation table path (`nav.Implementations.Comparison`) in the nav of `mkdocs.yml` to point to the latest release file (for example Implementation Comparison points to `implmenetation-table-v1.2.0.md`). Add the now past version under `Past Version Comparisons`, and edit the text blurb in `mkdocs-generate-conformance.py` to also reflect the added past version. | |||
- Update the implementation table path (`nav.Implementations.Comparison`) in the nav of `mkdocs.yml` to point to the latest release file (for example Implementation Comparison points to `implementation-table-v1.2.0.md`). Add the now past version under `Past Version Comparisons`, and edit the text blurb in `mkdocs-generate-conformance.py` to also reflect the added past version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about this one...
@@ -20,7 +20,7 @@ import ( | |||
"testing" | |||
|
|||
gatewayv1 "sigs.k8s.io/gateway-api/apis/v1" | |||
validationtutils "sigs.k8s.io/gateway-api/apis/v1beta1/util/validation" | |||
validationutil "sigs.k8s.io/gateway-api/apis/v1beta1/util/validation" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this makes it consistent w/ another user...
@@ -181,7 +181,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) { | |||
} | |||
|
|||
const ( | |||
coreFeature features.FeatureName = "coreFature" | |||
coreFeature features.FeatureName = "coreFeature" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was odd... I hope it doesn't matter
@@ -418,7 +418,7 @@ For many implementations (certainly for Envoy-based ones), getting this informat | |||
correctly and avoiding races on applying it is surprisingly difficult. | |||
|
|||
For this reason, this GEP proposes that we exclude the `Ready` condition from Core | |||
conformance, and make it a feature that implementations may opt in to - making it | |||
conformance, and make it a feature that implementations may opt into - making it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
People often complain about this change. I haven't merged opt in
+to
much in this PR. I'm happy to drop this or anything else.
@@ -5,7 +5,7 @@ name: In Cluster Gateway Deployments | |||
status: Standard | |||
authors: | |||
- howardjohn | |||
- frakbu | |||
- frankbu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notable correction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -618,7 +618,7 @@ bar namespace. Unfortunately that would be very difficult to recreate with | |||
ReferenceGrant. | |||
|
|||
ReferenceGrant is fundamentally about trusting references from resource of kind | |||
Foo in to resources of kind Bar. Names and section names are intentionally | |||
Foo in resources of kind Bar. Names and section names are intentionally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is notable
@@ -59,7 +59,7 @@ of stability of the change described in the GEP: | |||
|
|||
* **Provisional:** The goals described by this GEP have consensus but | |||
implementation details have not been agreed to yet. | |||
* **Prototyping:** An extension of `Provisional` which can be opted in to in | |||
* **Prototyping:** An optional extension of `Provisional` in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Afaict, this file isn't referenced anywhere...
-hack/invalid-examples/standard/httproute/invalid-httredirect-hostname.yaml
+hack/invalid-examples/standard/httproute/invalid-httpredirect-hostname.yaml
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at https://github.com/jsoref/gateway-api/actions/runs/11444311412#summary-31838911907
The action reports that the changes in this PR would make it happy: https://github.com/jsoref/gateway-api/actions/runs/11444311702#summary-31838912845
It also fixes the labels of a pair of images to match the word actually used
Which issue(s) this PR fixes:
Does this PR introduce a user-facing change?: