File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Glossary
3
- description : Glossary
4
- layout : docs
2
+ title : Glossary
3
+ description : Glossary
4
+ layout : docs
5
5
permalink : /docs/glossary
6
6
---
7
7
8
8
# Glossary
9
9
10
10
- ** Primary Resource** - the resource that represents the desired state that the controller is working
11
- to achieve. While this is often a Custom Resource, this can also be a Kubernetes native resource.
12
- - ** Secondary Resource** - any resource that the controller needs to achieve the desired state
11
+ to achieve. While this is often a Custom Resource, it can be also be a Kubernetes native resource (Deployment,
12
+ ConfigMape,...).
13
+ - ** Secondary Resource** - any resource that the controller needs to manage the reach the desired state
13
14
represented by the primary resource. These resources can be created, updated, deleted or simply
14
15
read depending on the use case. For example, the ` Deployment ` controller manages ` ReplicatSet `
15
16
instances when trying to realize the state represented by the ` Deployment ` . In this scenario,
16
17
the ` Deployment ` is the primary resource while ` ReplicaSet ` is one of the secondary resources
17
18
managed by the ` Deployment ` controller.
18
- - ** Dependent Resource** - a feature of JOSDK, aimed at making easier to manage secondary resources. A
19
- dependent resource is therefore a secondary resource implemented using this specific JOSDK
20
- feature.
19
+ - ** Dependent Resource** - a feature of JOSDK, to make it easier to manage secondary resources. A
20
+ dependent resource represents a secondary resource with related reconciliation logic.
You can’t perform that action at this time.
0 commit comments