Skip to content

Commit

Permalink
Update CRD group
Browse files Browse the repository at this point in the history
  • Loading branch information
pierDipi authored Oct 27, 2023
1 parent 18740f3 commit bc95f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/knative.dev/reconciler-test/pkg/feature/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func DeleteResources(ctx context.Context, t T, refs []corev1.ObjectReference) er
return true, nil
})
if err != nil {
gv, _ := schema.ParseGroupVersion("eventing.knative.dev/v1alpha1")
gv, _ := schema.ParseGroupVersion("internal.kafka.eventing.knative.dev/v1alpha1")
cgs, _ := dc.Resource(apis.KindToResource(gv.WithKind("ConsumerGroup"))).Namespace(lastResource.Namespace).List(ctx, metav1.ListOptions{})
for _, cg := range cgs.Items {
LogReferences(corev1.ObjectReference{
Expand Down

0 comments on commit bc95f21

Please sign in to comment.