File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ Feature we would like to implement and invite the community to help us implement
24
24
* Configurable Retry Handling
25
25
* Smart Event Processing Scheduling
26
26
27
+ ## User Guide
28
+
29
+ You can find detailed documentation [ here] ( docs/DOCS.md ) .
30
+ Note that these docs are currently in progress.
31
+
27
32
## Usage
28
33
29
34
We have several sample Operators under the samples directory:
Original file line number Diff line number Diff line change @@ -19,17 +19,20 @@ Note that you don't have to deploy the operator to a Kubernetes clusters as a po
19
19
If you run this example from you favorite IDE, it will pick up the kubeconfig (prepared by minikube) and will start
20
20
processing events of custom resources immediately.
21
21
22
- <!-- todo add Adam's blogpost here -->
23
22
24
23
## Controllers
24
+ Controllers are where you implement you logic for you operator.
25
25
26
26
### Generation Awareness
27
- Controllers are where you implement you logic for you operator.
28
27
29
28
## Automatic Retries
30
29
31
30
## Running The Operator
32
31
32
+ ## Development Tips & Tricks
33
+
34
+ TODO: explain running operator locally against a cluster
35
+
33
36
## Event Processing Details
34
37
### Handling Finalizers
35
38
### Managing Consistency
You can’t perform that action at this time.
0 commit comments