File tree 2 files changed +2
-2
lines changed
controlplane/kubeadm/internal
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ func (c *ControlPlane) InjectTestManagementCluster(managementCluster ManagementC
390
390
c .workloadCluster = nil
391
391
}
392
392
393
- // StatusToLogKeyAndValues returns following key/value pairs describing the overall status of the control plane:
393
+ // StatusToLogKeyAndValues returns the following key/value pairs describing the overall status of the control plane:
394
394
// - machines is the list of KCP machines; each machine might have additional notes surfacing
395
395
// - if the machine has been created in the current reconcile
396
396
// - if machines node ref is not yet set
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ func TestStatusToLogKeyAndValues(t *testing.T) {
309
309
310
310
got := c .StatusToLogKeyAndValues (machineJustCreated , machineJustDeleted )
311
311
312
- g .Expect (got ).To (( HaveLen (4 ) ))
312
+ g .Expect (got ).To (HaveLen (4 ))
313
313
g .Expect (got [0 ]).To (Equal ("machines" ))
314
314
machines := strings .Join ([]string {
315
315
"healthy" ,
You can’t perform that action at this time.
0 commit comments