Skip to content

Commit

Permalink
deleted OIDC related labels from register.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yijie-04 committed Jan 26, 2024
1 parent bee47f4 commit 5c25449
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkg/apis/sources/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5c25449

Please sign in to comment.