We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765bc47 commit 93ba4baCopy full SHA for 93ba4ba
README.md
@@ -7,6 +7,11 @@ that provides the same and more functions for kubernetes operators in go.
7
The goal was to learn about resource watching in .net and provide a neat way of writing a
8
custom operator yourself.
9
10
+## Terminology
11
+
12
+- `Entity`: A model - an entity - that is used in kubernetes. An entity defines the CRD.
13
+- `Resource`: An instance of an entity.
14
15
## How To Use
16
17
Using this sdk is pretty simple:
src/KubeOps/Operator/Caching/EntityCache.cs renamed to src/KubeOps/Operator/Caching/ResourceCache.cs
0 commit comments