Skip to content

Commit 3d5c8d3

Browse files
raminenisbueringer
andauthored
Update docs/book/src/images/cluster-resource-set-controller.plantuml
Co-authored-by: Stefan Büringer <[email protected]>
1 parent 7525941 commit 3d5c8d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/book/src/images/cluster-resource-set-controller.plantuml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ repeat
77
:Fetch the ClusterResourceSet instance in namespace;
88
repeat
99
if (Cluster matches ClusterResourceSet's selector) then (yes)
10-
if (Get clusterResourceSetBinding for the cluster) then (exists)
10+
if (Get ClusterResourceSetBinding for the cluster) then (exists)
1111
else (doesn't exist)
12-
:Create clusterResourceSetBinding object for the cluster;
12+
:Create ClusterResourceSetBinding object for the cluster;
1313
endif
1414
if (ResourceSetBinding for a given ClusterResourceSet exists) then (yes)
1515
else (no)
16-
:Create resourceSetbinding;
16+
:Create ResourceSetBinding;
1717
endif
18-
:Get Resoures in clusterResourceSet;
19-
if (Check applied condition of resource in resourceSetBinding) then (false)
18+
:Get Resoures in ClusterResourceSet;
19+
if (Check applied condition of resource in ResourceSetBinding) then (false)
2020
:Apply resource to cluster;
21-
:Set applied condition to true in resourceSetBinding;
21+
:Set applied condition to true in ResourceSetBinding;
2222
endif
2323
:Mark ResourcesAppliedCondition to true;
2424
endif
2525
repeat while (More clusters?)
26-
repeat while (More updates to clusterResourceSet?)
26+
repeat while (More updates to ClusterResourceSet?)
2727
stop
2828
@enduml

0 commit comments

Comments
 (0)