Skip to content

Commit 93ba4ba

Browse files
author
Christoph Bühler
committed
docs: add terminology
1 parent 765bc47 commit 93ba4ba

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ that provides the same and more functions for kubernetes operators in go.
77
The goal was to learn about resource watching in .net and provide a neat way of writing a
88
custom operator yourself.
99

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+
1015
## How To Use
1116

1217
Using this sdk is pretty simple:
File renamed without changes.

0 commit comments

Comments
 (0)