Skip to content

Commit d137241

Browse files
committed
chore: fix requeueing typo flagged by CI
Signed-off-by: Luke Van Drie <lukevandrie@google.com>
1 parent 06946f2 commit d137241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/epp/datastore/datastore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type Datastore interface {
9494
PodList(predicate func(fwkdl.Endpoint) bool) []fwkdl.Endpoint
9595
// PodUpdateOrAddIfNotExist stores or updates the endpoints for the given pod. It returns an
9696
// error when an endpoint registration was dropped (see upsertEndpoint); the pod is then not
97-
// tracked by the datastore and the caller must retry (e.g. by requeueing the reconcile).
97+
// tracked by the datastore and the caller must retry (e.g. by requeuing the reconcile).
9898
PodUpdateOrAddIfNotExist(ctx context.Context, pod *corev1.Pod) error
9999
PodDelete(podName string)
100100

0 commit comments

Comments
 (0)