Skip to content

Commit

Permalink
docs: Fix typo (exits -> exists)
Browse files Browse the repository at this point in the history
Signed-off-by: Masato Naka <masatonaka1989@gmail.com>
  • Loading branch information
nakamasato committed Dec 26, 2021
1 parent 863a1e6 commit d565797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following idempotent methods are provided (and their corresponding array ver

1. createIfNotExists
2. createOrUpdate
3. deleteIfExits
3. deleteIfExists

Also there are utility methods to manage finalizers, test ownership and process templates of resources.

Expand Down Expand Up @@ -118,7 +118,7 @@ At this point your controller is able to leverage the utility methods of this li
3. [managing status and error conditions](#managing-status-and-error-conditions)
4. [managing CR finalization](#managing-cr-finalization)
5. high-level object manipulation functions such as:
- createOrUpdate, createIfNotExists, DeleteIfExists
- createOrUpdate, createIfNotExists, deleteIfExists
- same functions on an array of objects
- go template processing of objects

Expand Down

0 comments on commit d565797

Please sign in to comment.