File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
knative.dev/eventing/pkg/apis/sinks/v1alpha1 Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 k8s.io/client-go v0.33.4
2222 k8s.io/code-generator v0.33.4
2323 knative.dev/caching v0.0.0-20250820014647-11e4ce280c5a
24- knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709
24+ knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2
2525 knative.dev/hack v0.0.0-20250819212547-d496a6e708d3
2626 knative.dev/pkg v0.0.0-20250820014848-e9c87121ec4c
2727 knative.dev/reconciler-test v0.0.0-20250820021449-022fc4c64d88
Original file line number Diff line number Diff line change @@ -1705,8 +1705,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
17051705k8s.io/utils v0.0.0-20241210054802-24370beab758 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
17061706knative.dev/caching v0.0.0-20250820014647-11e4ce280c5a h1:2FFehvh7YAf08pSVwcuyKa1y2+FdXazX/QPVmWTlLyA =
17071707knative.dev/caching v0.0.0-20250820014647-11e4ce280c5a /go.mod h1:UUgBDm+cyerBihdyx2SAr88JMG4aQ2+srMiQd5d4ciM =
1708- knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709 h1:92R3bu6KzJWFEO9sowg+tynFq3oZ150mEycWNvkvIu8 =
1709- knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709 /go.mod h1:q3W3uSTRQ7lVH24cLUuO7hmLVKxqRFZErxyF4mwTlz0 =
1708+ knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2 h1:2duQtjA8RK4C/z/8SdSHvF416skpqKrqqYgAXmwqWAM =
1709+ knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2 /go.mod h1:q3W3uSTRQ7lVH24cLUuO7hmLVKxqRFZErxyF4mwTlz0 =
17101710knative.dev/hack v0.0.0-20250819212547-d496a6e708d3 h1:4V+r4q/1ln8U1M1qBotYGfBza7whAf2iMCZtgdhAiu0 =
17111711knative.dev/hack v0.0.0-20250819212547-d496a6e708d3 /go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY =
17121712knative.dev/networking v0.0.0-20250820015349-8f495ee80e52 h1:otZjfxLAOcn1wV9Yl8i7VZ4aDWiS2NEo2Kyg3b0a4pA =
Original file line number Diff line number Diff line change 5353)
5454
5555type IntegrationSinkSpec struct {
56- Aws * Aws `json:"aws,omitempty"` // AWS source configuration
56+ Aws * Aws `json:"aws,omitempty"` // AWS sink configuration
5757 Log * Log `json:"log,omitempty"` // Log sink configuration
5858}
5959
@@ -74,9 +74,9 @@ type Log struct {
7474}
7575
7676type Aws struct {
77- S3 * v1alpha1.AWSS3 `json:"s3,omitempty"` // S3 source configuration
78- SQS * v1alpha1.AWSSQS `json:"sqs,omitempty"` // SQS source configuration
79- SNS * v1alpha1.AWSSNS `json:"sns,omitempty"` // SNS source configuration
77+ S3 * v1alpha1.AWSS3 `json:"s3,omitempty"` // S3 sink configuration
78+ SQS * v1alpha1.AWSSQS `json:"sqs,omitempty"` // SQS sink configuration
79+ SNS * v1alpha1.AWSSNS `json:"sns,omitempty"` // SNS sink configuration
8080 Auth * v1alpha1.Auth `json:"auth,omitempty"`
8181}
8282
Original file line number Diff line number Diff line change @@ -1483,7 +1483,7 @@ k8s.io/utils/trace
14831483## explicit; go 1.24.0
14841484knative.dev/caching/pkg/apis/caching
14851485knative.dev/caching/pkg/apis/caching/v1alpha1
1486- # knative.dev/eventing v0.46.1-0.20250825120254-ece67ee30709
1486+ # knative.dev/eventing v0.46.1-0.20250827115136-841dfae2b2b2
14871487## explicit; go 1.24.0
14881488knative.dev/eventing/cmd/heartbeats
14891489knative.dev/eventing/pkg/apis
You can’t perform that action at this time.
0 commit comments