File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
docs/book/src/architecture/controllers Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The Cluster controller's main responsibilities are:
55* Setting an OwnerReference on the infrastructure object referenced in ` Cluster.Spec.InfrastructureRef ` .
66* Cleanup of all owned objects so that nothing is dangling after deletion.
77* Keeping the Cluster's status in sync with the infrastructure Cluster's status.
8- * Creating a kubeconfig secret for [ target clusters] (../reference/glossary#Workload cluster).
8+ * Creating a kubeconfig secret for [ target clusters] ( ../../ reference/glossary.html#workload- cluster ) .
99
1010## Contracts
1111
@@ -41,8 +41,11 @@ apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
4141status :
4242 ready : true
4343 apiEndpoints :
44- - example.com:3333
45- - example.com:3334
44+ - host : example.com
45+ port : 3333
46+ - host : example.com
47+ port : 3334
48+
4649```
4750
4851### Secrets
You can’t perform that action at this time.
0 commit comments