Skip to content

Commit

Permalink
📖 fix docs: typo in OpenAPI (#1957)
Browse files Browse the repository at this point in the history
* fix docs: typo in OpenAPI

There was a typo in docs of `pkg/client/fake/doc.go`:
s/OpeanAPI/OpenAPI/

* Update pkg/client/fake/doc.go
  • Loading branch information
davidxia committed Jul 22, 2022
1 parent 88234a8 commit f035121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/fake/doc.go
Expand Up @@ -31,7 +31,7 @@ WARNING: ⚠️ Current Limitations / Known Issues with the fake Client ⚠️
- This client does not have a way to inject specific errors to test handled vs. unhandled errors.
- There is some support for sub resources which can cause issues with tests if you're trying to update
e.g. metadata and status in the same reconcile.
- No OpeanAPI validation is performed when creating or updating objects.
- No OpenAPI validation is performed when creating or updating objects.
- ObjectMeta's `Generation` and `ResourceVersion` don't behave properly, Patch or Update
operations that rely on these fields will fail, or give false positives.
Expand Down

0 comments on commit f035121

Please sign in to comment.