diff --git a/pkg/apis/sources/register.go b/pkg/apis/sources/register.go index 3cd87d78e75..be8709c3590 100644 --- a/pkg/apis/sources/register.go +++ b/pkg/apis/sources/register.go @@ -31,13 +31,7 @@ const ( // SourceDuckLabelValue is the label value to indicate // the CRD is a Source duck type. - SourceDuckLabelValue = "true" - - //OIDCLabelKey is used to filter out all the informers that related to OIDC work - OIDCLabelKey = "oidc" - - // OIDCTokenRoleLabelSelector is the label selector for the OIDC token creator role and rolebinding informers - OIDCTokenRoleLabelSelector = OIDCLabelKey + SourceDuckLabelValue = "true" ) var (