Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audience field for Subscriber and Reply to SubscriberSpec and SubscriptionStatusPhysicalSubscription #7296

Conversation

creydr
Copy link
Member

@creydr creydr commented Sep 25, 2023

Fixes #7293

Proposed Changes

As we need to provide the Audiences of the Subscriber and Reply in the Subscription, this PR adds the Audience of Subscriber and Reply to SubscriberSpec and SubscriptionStatusPhysicalSubscription.

@knative-prow knative-prow bot requested review from aliok and lberk September 25, 2023 10:11
@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 25, 2023
@creydr
Copy link
Member Author

creydr commented Sep 25, 2023

/assign @pierDipi

@creydr creydr force-pushed the add-audience-field-to-subscriber-and-subscribable branch from 7cde5a3 to 544b13f Compare September 26, 2023 05:53
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f191461) 77.59% compared to head (544b13f) 77.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7296      +/-   ##
==========================================
+ Coverage   77.59%   77.62%   +0.02%     
==========================================
  Files         249      249              
  Lines       13404    13412       +8     
==========================================
+ Hits        10401    10411      +10     
+ Misses       2479     2478       -1     
+ Partials      524      523       -1     
Files Coverage Δ
pkg/apis/duck/v1/subscribable_types.go 100.00% <ø> (ø)
pkg/apis/messaging/v1/subscription_types.go 66.66% <ø> (ø)
pkg/reconciler/subscription/subscription.go 83.46% <93.33%> (+0.08%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@pierDipi pierDipi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Sep 26, 2023
@knative-prow
Copy link

knative-prow bot commented Sep 26, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: creydr, pierDipi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot merged commit b898cf4 into knative:main Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add fields for subscribers & replies audience to SubscriberSpec and SubscriptionStatusPhysicalSubscription
2 participants