From eaa442a00aa936d995d7adef7b04b1b95645aaa0 Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Thu, 31 Aug 2023 15:19:46 +0100 Subject: [PATCH] fix: parameter to ignore field is called 'ignore' (#110) Signed-off-by: Gareth Evans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443cfbe..0194506 100644 --- a/README.md +++ b/README.md @@ -321,4 +321,4 @@ type MyResourceStatus struct { Properties: - **object** `bool` (optional): indicates the target type implements `metav1.Object` and `runtime.Object` -- **ignores** `[]string` (optional): set of fields to ignore on the type +- **ignore** `[]string` (optional): set of fields to ignore on the type