Skip to content

Commit

Permalink
Fix resource name in cluster-topology-controller diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
oscr committed May 28, 2022
1 parent e03faf0 commit 7431885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/images/cluster-topology-controller.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ start
if (Check for the presence of the ""spec.topology.class"" field) then (yes)
if (Check if ""Cluster"" has ""Infrastructure"" reference) then (yes)
else (no)
:Create a new infraCluster object using the ""ClusterClass"" template;
:Create a new InfraCluster object using the ""ClusterClass"" template;
endif

if (Check if ""Cluster"" has ""ControlPlane"" reference) then (yes)
else (no)
:Create a new ""ControlPlane"" object using the ""ClusterClass"" template;
endif
:Update ""InfrasCluster"" and ""ControlPlane"" reference in ""Cluster"";
:Update ""InfraCluster"" and ""ControlPlane"" reference in ""Cluster"";

if (Check if each ""MachineDeployment"" in ""Cluster"" exists) then (no)
:Create a new ""MachineDeployment"";
Expand Down
Binary file modified docs/book/src/images/cluster-topology-controller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7431885

Please sign in to comment.