File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Resource Glue Operator
2
2
3
- Resource Glue Operator is a powerful Kubernetes meta operator that allows you to create other operators in a declarative way by simply
4
- applying a custom resource.
3
+ Resource Glue Operator is a powerful Kubernetes ** meta operator** that allows you to create other ** operators in a declarative** way by ** simply
4
+ applying a custom resource** .
5
5
6
- It provides facilities to create composed Kubernetes resources and describes how the resource
6
+ It provides facilities to compose Kubernetes resources and describes how the resource
7
7
should be reconciled. Supports conditional resources in runtime, and ordering of resource reconciliation.
8
- In other words, it allows you to write ** workflows** over resources in a ** GitOps** friendly way.
8
+ In other words, it also allows you to write ** workflows** over resources in a ** GitOps** friendly way.
9
9
10
10
## Documentation
11
11
You can’t perform that action at this time.
0 commit comments