File tree Expand file tree Collapse file tree 6 files changed +71
-3
lines changed Expand file tree Collapse file tree 6 files changed +71
-3
lines changed Original file line number Diff line number Diff line change 6
6
Build Kubernetes Operators in Java without hassle. Inspired
7
7
by [ operator-sdk] ( https://github.com/operator-framework/operator-sdk ) .
8
8
9
+ Our webpage with documentation is getting better every day: https://javaoperatorsdk.io/
9
10
10
11
Table of Contents
11
12
==========
Original file line number Diff line number Diff line change 74
74
unicode-display_width (1.7.0 )
75
75
76
76
PLATFORMS
77
+ ruby
77
78
universal-darwin-20
79
+ x86_64-linux
78
80
79
81
DEPENDENCIES
80
82
jekyll (~> 4.2 )
81
83
jekyll-github-metadata
82
84
83
85
BUNDLED WITH
84
- 2.2.22
86
+ 2.2.30
Original file line number Diff line number Diff line change 1
1
# Navbar menu navigation links
2
+ - title : Intro to Operators
3
+ url : /docs/intro-operators
2
4
- title : Getting Started
3
5
url : /docs/getting-started
4
- - title : Contributing
5
- url : /docs/contributing
6
6
- title : How to use Samples
7
7
url : /docs/using-samples
8
+ - title : Features
9
+ url : /docs/features
10
+ - title : FAQ
11
+ url : /docs/faq
12
+ - title : Contributing
13
+ url : /docs/contributing
14
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : FAQ
3
+ description : Frequently asked questions
4
+ layout : docs
5
+ permalink : /docs/faq
6
+ ---
7
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Features
3
+ description : Features of the SDK
4
+ layout : docs
5
+ permalink : /docs/features
6
+ ---
7
+
8
+ # Features
9
+
10
+ ## Controller Registration
11
+
12
+ ## Configurations
13
+
14
+ ## Finalizers
15
+
16
+ ### When not to Use Finalizers
17
+
18
+ ## Automatic Retries on Error
19
+
20
+ ### Correctness and automatic retry
21
+
22
+ ## Re-Scheduling Execution
23
+
24
+ ## Retry and Re-Scheduling Common Behavior
25
+
26
+ ## Handling Related Events with Event Sources
27
+
28
+ ### Caching and Event Sources
29
+
30
+ ### The CustomResourceEventSource
31
+
32
+ ### Built-in Event Sources
33
+
34
+ ## Monitoring with Micrometer
35
+
36
+
37
+
38
+
39
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Introduction to Operators
3
+ description : Introduction to Operators
4
+ layout : docs
5
+ permalink : /docs/intro-operators
6
+ ---
7
+
8
+ # Introduction To Operators
9
+
10
+ On this page we selected a collection of resources to introduce you to the concepts of Kubernetes Operators.
11
+
12
+
You can’t perform that action at this time.
0 commit comments