Skip to content

Commit 1e55e7a

Browse files
fabriziopandinik8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
More comments
1 parent 3f214b9 commit 1e55e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controlplane/kubeadm/internal/control_plane.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func (c *ControlPlane) InjectTestManagementCluster(managementCluster ManagementC
390390
c.workloadCluster = nil
391391
}
392392

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:
394394
// - machines is the list of KCP machines; each machine might have additional notes surfacing
395395
// - if the machine has been created in the current reconcile
396396
// - if machines node ref is not yet set

controlplane/kubeadm/internal/control_plane_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func TestStatusToLogKeyAndValues(t *testing.T) {
309309

310310
got := c.StatusToLogKeyAndValues(machineJustCreated, machineJustDeleted)
311311

312-
g.Expect(got).To((HaveLen(4)))
312+
g.Expect(got).To(HaveLen(4))
313313
g.Expect(got[0]).To(Equal("machines"))
314314
machines := strings.Join([]string{
315315
"healthy",

0 commit comments

Comments
 (0)