This repository was archived by the owner on Oct 10, 2024. It is now read-only.
Commit 3692e70 1 parent 50e7ccf commit 3692e70 Copy full SHA for 3692e70
File tree 4 files changed +4
-10
lines changed
knative.dev/eventing/pkg/apis/sources
4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
k8s.io/api v0.28.5
10
10
k8s.io/apimachinery v0.28.5
11
11
k8s.io/client-go v0.28.5
12
- knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7
12
+ knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7
13
13
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39
14
14
knative.dev/pkg v0.0.0-20240129160226-b6659cc45066
15
15
)
Original file line number Diff line number Diff line change @@ -640,8 +640,8 @@ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 h1:LyMgNKD2P8Wn1iAwQU5Ohx
640
640
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 /go.mod h1:wZK2AVp1uHCp4VamDVgBP2COHZjqD1T68Rf0CM3YjSM =
641
641
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk =
642
642
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
643
- knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7 h1:5KmVots3AGw6i9IwCv25WDZzgWcUEvjU/oP+ccmhOeI =
644
- knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7 /go.mod h1:B3/ep06tqwcAfcH7R5eGKi7bgZTfqb59MPoqfV8Jirg =
643
+ knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7 h1:Jm5NBGr6pEVO94NiD6RlDDzJh7RrXZeYEwbGUIJ4ZLQ =
644
+ knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7 /go.mod h1:B3/ep06tqwcAfcH7R5eGKi7bgZTfqb59MPoqfV8Jirg =
645
645
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39 h1:Or4ri7cAUQNEWwMPaGGaIe1hsPHGdVtr8lIaHh2JF7s =
646
646
knative.dev/hack v0.0.0-20240123160146-ab9b69024c39 /go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q =
647
647
knative.dev/pkg v0.0.0-20240129160226-b6659cc45066 h1:CZSdKszK3MTCuchbQK643y/nHLQs87ESuFQn011XsJ8 =
Original file line number Diff line number Diff line change @@ -32,12 +32,6 @@ const (
32
32
// SourceDuckLabelValue is the label value to indicate
33
33
// the CRD is a Source duck type.
34
34
SourceDuckLabelValue = "true"
35
-
36
- //OIDCLabelKey is used to filter out all the informers that related to OIDC work
37
- OIDCLabelKey = "oidc"
38
-
39
- // OIDCTokenRoleLabelSelector is the label selector for the OIDC token creator role and rolebinding informers
40
- OIDCTokenRoleLabelSelector = OIDCLabelKey
41
35
)
42
36
43
37
var (
Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ k8s.io/utils/net
837
837
k8s.io/utils/pointer
838
838
k8s.io/utils/strings/slices
839
839
k8s.io/utils/trace
840
- # knative.dev/eventing v0.40.1-0.20240130065832-54f3952a38e7
840
+ # knative.dev/eventing v0.40.1-0.20240130192152-02bde5498cb7
841
841
## explicit; go 1.21
842
842
knative.dev/eventing/pkg/apis/feature
843
843
knative.dev/eventing/pkg/apis/sources
You can’t perform that action at this time.
0 commit comments