Skip to content

Commit

Permalink
fix readme for in-memory provider
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopandini committed Jun 22, 2023
1 parent 6073e52 commit f13793d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This package is not subject to deprecation notices or compatibility guarantees.

- We iterate on the test framework quickly and frequently, and breaking changes are likely. External providers using this package should update to the latest API changes when updating Cluster API. Maintainers and contributors must give notice in release notes when a breaking change happens.

- The docker provider, including its APIs, should only be used for development/testing purposes. Its API and code can change at any time without notice.
- The docker and the in-memory providers, including their APIs, should only be used for development/testing purposes. APIs and code can change at any time without notice.
4 changes: 3 additions & 1 deletion test/infrastructure/inmemory/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Cluster API Provider In Memory (CAPIM)

FIXME
CAPIM is a implementation of an infrastructure provider for the Cluster API project using in memory, fake objects.

**NOTE:** The In memory provider is **not** designed for production use and is intended for development environments only.

0 comments on commit f13793d

Please sign in to comment.