Skip to content

Commit

Permalink
Merge pull request #85 from garrettthomaskth/patch-1
Browse files Browse the repository at this point in the history
Typo Inheriting with v1.3.0
  • Loading branch information
raffaelespazzoli authored Jul 9, 2023
2 parents 99468ae + 5106619 commit c6f2991
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 @@ -21,7 +21,7 @@ This library covers three main areas:
## Utility Methods

Prior to version v1.3.x the general philosophy of this library was that new operator would inherit from `ReconcilerBase` and in doing so they would have access to a bunch of utility methods.
With release v1.3.0 a new approach is available. Utility methods are callable by any operator having to inherit. This makes it easier to use this library and does not conflict with autogenerate code from `kube-builder` and `operator-sdk`.
With release v1.3.0 a new approach is available. Utility methods are callable by any operator without having to inherit. This makes it easier to use this library and does not conflict with autogenerate code from `kube-builder` and `operator-sdk`.
Most of the Utility methods receive a context.Context parameter. Normally this context must be initialized with a `logr.Logger` and a `rest.Config`. Some utility methods may require more, see each individual documentation.

Utility methods are currently organized in the following folders:
Expand Down

0 comments on commit c6f2991

Please sign in to comment.