From f0351217e9e026533aece74d054b23cae5441659 Mon Sep 17 00:00:00 2001 From: David Xia Date: Fri, 22 Jul 2022 08:47:38 -0400 Subject: [PATCH] :book: fix docs: typo in OpenAPI (#1957) * 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 --- pkg/client/fake/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/fake/doc.go b/pkg/client/fake/doc.go index 7d680690dc..16e1262ef8 100644 --- a/pkg/client/fake/doc.go +++ b/pkg/client/fake/doc.go @@ -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.