Fix spelling mistakes in comments, docs, and error strings#16547
Fix spelling mistakes in comments, docs, and error strings#16547knative-prow[bot] merged 2 commits intoknative:mainfrom
Conversation
|
Hi @Ankitsinghsisodya. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
There was a problem hiding this comment.
Pull request overview
Housekeeping PR to correct spelling/wording in comments, documentation, and user-/dev-facing strings across the serving codebase (tests, docs, and a few runtime strings).
Changes:
- Fix typos in test comments/log strings and a few runtime/help text strings.
- Fix typos in markdown/YAML documentation (including configmap inline docs).
- Update wording in several injection-gen generated reconciler interface comments.
Reviewed changes
Copilot reviewed 37 out of 37 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| test/ha/workload_test.go | Comment typo fix in HA test. |
| test/e2e_flags.go | Flag help-text spelling adjustment. |
| test/e2e/websocket_test.go | Comment typo fix. |
| test/e2e/logging_test.go | Log message typo fix. |
| test/e2e-tests.sh | Shell-script comment typo fix. |
| test/conformance/runtime/readiness_probe_test.go | Comment typo fix. |
| test/conformance/runtime/cgroup_test.go | Comment typo fix. |
| test/conformance/api/v1/util.go | Comment typo fix. |
| test/conformance/api/v1/resources_test.go | Comment typo fix in conformance test. |
| test/conformance/api/v1/errorcondition_test.go | Test log output typo fix. |
| test/conformance.go | Comment typo fix in import block. |
| support/TRIAGE.md | Documentation wording fix. |
| pkg/reconciler/serverlessservice/serverlessservice_test.go | Comment typo fix. |
| pkg/reconciler/route/traffic/rollout_test.go | Test error output typo fix. |
| pkg/reconciler/route/traffic/rollout.go | Comment typo fix. |
| pkg/reconciler/route/resources/certificate.go | Comment typo fix. |
| pkg/reconciler/revision/reconcile_resources.go | Comment typo fix. |
| pkg/reconciler/domainmapping/table_test.go | Test case name typos fixed. |
| pkg/reconciler/certificate/resources/cert_manager_certificate_test.go | Test case name typo fix. |
| pkg/queue/sharedmain/main.go | Comment typo fix. |
| pkg/http/handler/hijack_test.go | Comment typo fix. |
| pkg/client/injection/reconciler/serving/v1beta1/domainmapping/reconciler.go | Spelling fix inside injection-gen generated comment block. |
| pkg/client/injection/reconciler/serving/v1/service/reconciler.go | Spelling fix inside injection-gen generated comment block. |
| pkg/client/injection/reconciler/serving/v1/route/reconciler.go | Spelling fix inside injection-gen generated comment block. |
| pkg/client/injection/reconciler/serving/v1/revision/reconciler.go | Spelling fix inside injection-gen generated comment block. |
| pkg/client/injection/reconciler/serving/v1/configuration/reconciler.go | Spelling fix inside injection-gen generated comment block. |
| pkg/client/injection/reconciler/autoscaling/v1alpha1/podautoscaler/reconciler.go | Spelling fix inside injection-gen generated comment block. |
| pkg/client/injection/reconciler/autoscaling/v1alpha1/metric/reconciler.go | Spelling fix inside injection-gen generated comment block. |
| pkg/autoscaler/scaling/metrics.go | Metric description string typo fix. |
| pkg/autoscaler/scaling/autoscaler_test.go | Align metric description string in tests. |
| pkg/autoscaler/metrics/stats_scraper_test.go | Test error string wording fix. |
| pkg/autoscaler/bucket/bucket_test.go | Test failure string typo fix. |
| pkg/autoscaler/aggregation/bucketing_test.go | Comment typo fix. |
| pkg/apis/serving/v1/route_lifecycle.go | Comment typo fixes. |
| pkg/apis/config/features.go | Comment typo fix. |
| pkg/activator/net/lb_policy_test.go | Comment typo fix. |
| config/core/configmaps/features.yaml | Fix podinfo path typo in configmap inline docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hi @Ankitsinghsisodya , thanks for the PR! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16547 +/- ##
==========================================
- Coverage 80.18% 80.16% -0.02%
==========================================
Files 217 217
Lines 13532 13532
==========================================
- Hits 10850 10848 -2
- Misses 2319 2320 +1
- Partials 363 364 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/ok-to-test |
25e8ef1 to
9039707
Compare
|
@linkvt I have done the changes suggested by the co-pilot. |
Fix ~42 spelling mistakes across 37 files in source comments, documentation, error/log message strings, and test strings.
- Revert implementers -> implementors in generated reconciler files (these are auto-generated from knative.dev/pkg template) - Update knative.dev/example-checksum after editing features.yaml
9039707 to
3637b18
Compare
|
Nice, let's see if the tests pass! /lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ankitsinghsisodya, dprotaso The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Uff quite flaky recently |
Changes
ans(variable name for annotations),NotIn(Kubernetes label selector operator),doesnt(part of a fake test URL path),requestor(type name in breaker_test.go)/kind cleanup
Fixes #16548
Release Note