Skip to content

Commit

Permalink
fix: parameter to ignore field is called 'ignore' (reconcilerio#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Gareth Evans <gareth@bryncynfelin.co.uk>
  • Loading branch information
garethjevans authored Aug 31, 2023
1 parent 27522cc commit eaa442a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eaa442a

Please sign in to comment.