We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b2502 commit 5808da3Copy full SHA for 5808da3
1 file changed
README.md
@@ -3,6 +3,23 @@ SDK to easy compile your hooks as a binary and integrate with addon operator
3
4
## Usage
5
6
+### Module-SDK version compatibility with Deckhouse
7
+| Module-SDK version | Deckhouse version|
8
+| --- | --- |
9
+| v0.2.X | < v1.71.0 |
10
+| v0.3.X | >=v1.71.0 |
11
+
12
+### Module-SDK features compatibility with Deckhouse
13
14
15
+| Readiness Probe | >= v1.71.0 |
16
+| Applications | Coming soon |
17
+| Applications Settings check | Coming soon |
18
+| Modules v2 | Coming soon |
19
+| Modules v2 Settings check | Coming soon |
20
+| Modules Settings check | Coming soon |
21
22
23
### One file example
24
This file must be in 'hooks/' folder to build binary (see examples for correct layout)
25
0 commit comments