Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ require (
k8s.io/client-go v0.33.4
k8s.io/code-generator v0.33.4
knative.dev/caching v0.0.0-20250814140644-ebb5f4cb6992
knative.dev/eventing v0.46.1-0.20250815061442-81cbeaaeb807
knative.dev/eventing v0.46.1-0.20250818084647-0a35d6edaa04
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
knative.dev/pkg v0.0.0-20250817140644-c745f1fcaa2e
knative.dev/reconciler-test v0.0.0-20250814021443-f87776da7a48
knative.dev/serving v0.46.1-0.20250815165043-5ea75ccf2736
knative.dev/reconciler-test v0.0.0-20250818021647-3bf376b1f1ce
knative.dev/serving v0.46.1-0.20250818121446-1f2f77ed6a9b
sigs.k8s.io/yaml v1.6.0
)

Expand Down Expand Up @@ -163,7 +163,7 @@ require (
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
knative.dev/networking v0.0.0-20250812143640-1456f137af1a // indirect
knative.dev/networking v0.0.0-20250814015442-a7d77604fab6 // indirect
sigs.k8s.io/controller-runtime v0.19.0 // indirect
sigs.k8s.io/gateway-api v1.1.0 // indirect
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1705,18 +1705,18 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/caching v0.0.0-20250814140644-ebb5f4cb6992 h1:L5lys4PWDE6FH9itOndyAj9bu4ZKfn0UOuLwY2UgxiM=
knative.dev/caching v0.0.0-20250814140644-ebb5f4cb6992/go.mod h1:eZzEshkV7+sfcLjLlULdJlXV+1IFf/23Tqecyz07drY=
knative.dev/eventing v0.46.1-0.20250815061442-81cbeaaeb807 h1:Dl/S7E8e/YDCg8V7JDhDdyQ02JaKxUx8Bw7c3V6it5k=
knative.dev/eventing v0.46.1-0.20250815061442-81cbeaaeb807/go.mod h1:MfDvzjZa6T5McrZUmhmARie6xCdfcf8wt8RTia8GwVE=
knative.dev/eventing v0.46.1-0.20250818084647-0a35d6edaa04 h1:3IiyVZfZsSNltuR6OzuA1QRVS8efE+juGHPD89q4Thg=
knative.dev/eventing v0.46.1-0.20250818084647-0a35d6edaa04/go.mod h1:pA2CWkd3Pl4E0Y81ochzLtZbL8b23+BzpkYSgAUTNqg=
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba h1:PkOTBI8DRfvUKD8HTvYYT94NJ49J++llrDo3y0/ZAwc=
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
knative.dev/networking v0.0.0-20250812143640-1456f137af1a h1:VzAosy90vRkHgZkvf1PjewE1B4mQgFrBNrK4ev4LeuY=
knative.dev/networking v0.0.0-20250812143640-1456f137af1a/go.mod h1:HncYx48S0i15QNzBWi/4GYvhEYnmMjNGt+MoCPPQU+A=
knative.dev/networking v0.0.0-20250814015442-a7d77604fab6 h1:fAtX+2BMMGUR2qajytXxGaOlUqjNghhUzM5Eis4zkZE=
knative.dev/networking v0.0.0-20250814015442-a7d77604fab6/go.mod h1:G72DDanqC/d33qcl4V6TkR7i56zrlIYhErdToVTJ/BE=
knative.dev/pkg v0.0.0-20250817140644-c745f1fcaa2e h1:MQvV6He65+DIYxcHWahAij/JSwNUs78JqmONjMZQhtU=
knative.dev/pkg v0.0.0-20250817140644-c745f1fcaa2e/go.mod h1:D3Q1EurZkGaiPNEvPpErGmUU7Ny0WgqGVktfIyH2vYM=
knative.dev/reconciler-test v0.0.0-20250814021443-f87776da7a48 h1:XK5JoVucbqcmdEJYv95ExROPXpRvMXuEnKYoxRGrPVg=
knative.dev/reconciler-test v0.0.0-20250814021443-f87776da7a48/go.mod h1:XgdM9QleSPiDXxw3Yg+YT9ZjyLa4MZGmmuOAv78KQMA=
knative.dev/serving v0.46.1-0.20250815165043-5ea75ccf2736 h1:EUKbwb+m9zbvy2QowcEOA/6X1yeVnLr0vgdDm9yiH/A=
knative.dev/serving v0.46.1-0.20250815165043-5ea75ccf2736/go.mod h1:XVbSgQ0JlZT4aGOIdPkiRqYup2cvUSLzdjeeW25naDg=
knative.dev/reconciler-test v0.0.0-20250818021647-3bf376b1f1ce h1:IOhYsvpX1mIo+UZei1/dBukpGGlgt5PFWopnS7KZPtE=
knative.dev/reconciler-test v0.0.0-20250818021647-3bf376b1f1ce/go.mod h1:10PmVxyoupuQCJOGhH9SYhbiwo4Ta2zX/PQ0oGFIqQ0=
knative.dev/serving v0.46.1-0.20250818121446-1f2f77ed6a9b h1:SZFzv72D0ZpSkQ2VkSPxljqlOV63BVwA29DKNyJPoog=
knative.dev/serving v0.46.1-0.20250818121446-1f2f77ed6a9b/go.mod h1:BiPDjH+2WedExrayB4IT1qTQJQ92qzussfhSY/R2gLM=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=
Expand Down
16 changes: 16 additions & 0 deletions vendor/knative.dev/eventing/pkg/apis/eventing/v1alpha1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ import (
"k8s.io/apimachinery/pkg/runtime/schema"
)

const (
// RequestReplyBrokerAddressStatusAnnotationKey is the RequestReply status
// annotation key used to specify the address of the broker
RequestReplyBrokerAddressStatusAnnotationKey = "knative.dev/brokerAddress"

// RequestReplyBrokerCACertsStatusAnnotationKey is the RequestReply status
// annotation key used to specify the broker's Certification Authority (CA)
// certificates in PEM format according to
// https://www.rfc-editor.org/rfc/rfc7468
RequestReplyBrokerCACertsStatusAnnotationKey = "knative.dev/brokerCACerts"

// RequestReplyBrokerAudienceStatusAnnotationKey is the RequestReply status
// anotation key used to specify the broker's OIDC audience
RequestReplyBrokerAudienceStatusAnnotationKey = "knative.dev/brokerAudience"
)

// SchemeGroupVersion is group version used to register these objects
var SchemeGroupVersion = schema.GroupVersion{Group: eventing.GroupName, Version: "v1alpha1"}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/apimachinery/pkg/types"

"knative.dev/pkg/apis"
duckv1 "knative.dev/pkg/apis/duck/v1"
Expand Down Expand Up @@ -120,3 +121,10 @@ func (rr *RequestReply) GetUntypedSpec() interface{} {
func (rr *RequestReply) GetStatus() *duckv1.Status {
return &rr.Status.Status
}

func (rr *RequestReply) GetNamespacedName() types.NamespacedName {
return types.NamespacedName{
Name: rr.Name,
Namespace: rr.Namespace,
}
}
8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ k8s.io/utils/trace
## explicit; go 1.24.0
knative.dev/caching/pkg/apis/caching
knative.dev/caching/pkg/apis/caching/v1alpha1
# knative.dev/eventing v0.46.1-0.20250815061442-81cbeaaeb807
# knative.dev/eventing v0.46.1-0.20250818084647-0a35d6edaa04
## explicit; go 1.24.0
knative.dev/eventing/cmd/heartbeats
knative.dev/eventing/pkg/apis
Expand Down Expand Up @@ -1579,7 +1579,7 @@ knative.dev/eventing/test/upgrade/prober/wathola/sender
# knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
## explicit; go 1.21
knative.dev/hack
# knative.dev/networking v0.0.0-20250812143640-1456f137af1a
# knative.dev/networking v0.0.0-20250814015442-a7d77604fab6
## explicit; go 1.24.0
knative.dev/networking/pkg
knative.dev/networking/pkg/apis/networking
Expand Down Expand Up @@ -1685,7 +1685,7 @@ knative.dev/pkg/webhook
knative.dev/pkg/webhook/certificates
knative.dev/pkg/webhook/certificates/resources
knative.dev/pkg/webhook/resourcesemantics/conversion
# knative.dev/reconciler-test v0.0.0-20250814021443-f87776da7a48
# knative.dev/reconciler-test v0.0.0-20250818021647-3bf376b1f1ce
## explicit; go 1.24.0
knative.dev/reconciler-test/cmd/eventshub
knative.dev/reconciler-test/pkg/environment
Expand Down Expand Up @@ -1714,7 +1714,7 @@ knative.dev/reconciler-test/pkg/resources/service
knative.dev/reconciler-test/pkg/resources/serviceaccount
knative.dev/reconciler-test/pkg/state
knative.dev/reconciler-test/resources/certificate
# knative.dev/serving v0.46.1-0.20250815165043-5ea75ccf2736
# knative.dev/serving v0.46.1-0.20250818121446-1f2f77ed6a9b
## explicit; go 1.24.0
knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1
Expand Down
Loading