Skip to content

Commit 266685d

Browse files
authored
Merge pull request #8905 from fabriziopandini/fix-readme-inmemory-provider
🌱 fix readme for in-memory provider
2 parents 89a8866 + f13793d commit 266685d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This package is not subject to deprecation notices or compatibility guarantees.
66

77
- 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.
88

9-
- 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.
9+
- 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.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Cluster API Provider In Memory (CAPIM)
22

3-
FIXME
3+
CAPIM is a implementation of an infrastructure provider for the Cluster API project using in memory, fake objects.
4+
5+
**NOTE:** The In memory provider is **not** designed for production use and is intended for development environments only.

0 commit comments

Comments
 (0)