We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06946f2 commit d137241Copy full SHA for d137241
1 file changed
pkg/epp/datastore/datastore.go
@@ -94,7 +94,7 @@ type Datastore interface {
94
PodList(predicate func(fwkdl.Endpoint) bool) []fwkdl.Endpoint
95
// PodUpdateOrAddIfNotExist stores or updates the endpoints for the given pod. It returns an
96
// 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).
+ // tracked by the datastore and the caller must retry (e.g. by requeuing the reconcile).
98
PodUpdateOrAddIfNotExist(ctx context.Context, pod *corev1.Pod) error
99
PodDelete(podName string)
100
0 commit comments