Skip to content

Commit

Permalink
Merge pull request #6564 from oscr/fix-resource-name-in-diagram
Browse files Browse the repository at this point in the history
📖 Fix resource name in cluster-topology-controller diagram
  • Loading branch information
k8s-ci-robot authored May 30, 2022
2 parents d32e9b0 + 7431885 commit 8080314
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 8080314

Please sign in to comment.