Skip to content

Commit 1159c09

Browse files
authored
docs: minor improvements (#1213)
1 parent 4013658 commit 1159c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/documentation/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ permalink: /docs/glossary
77

88
# Glossary
99

10-
- Primary Resource - the resource that represents the desired state that the controller is working
10+
- **Primary Resource** - the resource that represents the desired state that the controller is working
1111
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
12+
- **Secondary Resource** - any resource that the controller needs to achieve the desired state
1313
represented by the primary resource. These resources can be created, updated, deleted or simply
1414
read depending on the use case. For example, the `Deployment` controller manages `ReplicatSet`
1515
instances when trying to realize the state represented by the `Deployment`. In this scenario,
1616
the `Deployment` is the primary resource while `ReplicaSet` is one of the secondary resources
1717
managed by the `Deployment` controller.
18-
- Dependent Resource - a feature of JOSDK, aimed at making easier to manage secondary resources. A
18+
- **Dependent Resource** - a feature of JOSDK, aimed at making easier to manage secondary resources. A
1919
dependent resource is therefore a secondary resource implemented using this specific JOSDK
2020
feature.

0 commit comments

Comments
 (0)