Skip to content

Commit

Permalink
Fix validation failure issue for Knative service
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and tekton-robot committed Oct 18, 2021
1 parent 723a3c7 commit 5dcf778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/reconciler/eventlistener/eventlistener.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package eventlistener

import (
"context"
"encoding/json"
stdError "errors"
"fmt"
"strings"
Expand All @@ -36,6 +37,7 @@ import (
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/kubernetes"
appsv1lister "k8s.io/client-go/listers/apps/v1"
Expand Down

0 comments on commit 5dcf778

Please sign in to comment.