Skip to content

Added Audience field in duckv1.Destination#2797

Merged
knative-prow[bot] merged 4 commits into
knative:mainfrom
abhijeetgauravm:abhijeetgauravm-duck
Sep 5, 2023
Merged

Added Audience field in duckv1.Destination#2797
knative-prow[bot] merged 4 commits into
knative:mainfrom
abhijeetgauravm:abhijeetgauravm-duck

Conversation

@abhijeetgauravm
Copy link
Copy Markdown
Contributor

@abhijeetgauravm abhijeetgauravm commented Aug 17, 2023

Changes

  • Added Audience field in duckv1.Destination

/kind

Fixes #2796

Release Note


Docs


@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Aug 17, 2023

@abhijeetgauravm: The label(s) kind/<kind> cannot be applied, because the repository doesn't have them.

Details

In response to this:

Changes

/kind

Fixes #2796

Release Note


Docs


Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented Aug 17, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@knative-prow knative-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 17, 2023
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Aug 17, 2023

Welcome @abhijeetgauravm! It looks like this is your first PR to knative/pkg 🎉

@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Aug 17, 2023

Hi @abhijeetgauravm. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@knative-prow knative-prow Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 17, 2023
@knative-prow knative-prow Bot requested review from creydr and odacremolbap August 17, 2023 08:39
@creydr
Copy link
Copy Markdown
Member

creydr commented Aug 17, 2023

Hello @abhijeetgauravm,
thanks for your PR. Most of the knative repositories have a hack folder with some scripts (e.g. to update dependencies or to update generated code). You need to run hack/update-codegen.sh to generate/update the DeepCopy functions to include the new field.

Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>
@abhijeetgauravm
Copy link
Copy Markdown
Contributor Author

Hello @abhijeetgauravm, thanks for your PR. Most of the knative repositories have a hack folder with some scripts (e.g. to update dependencies or to update generated code). You need to run hack/update-codegen.sh to generate/update the DeepCopy functions to include the new field.

@creydr done with the required changes!

@creydr
Copy link
Copy Markdown
Member

creydr commented Sep 5, 2023

/ok-to-test

@knative-prow knative-prow Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 5, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 5, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.06% ⚠️

Comparison is base (211243a) 81.84% compared to head (e6fa5f3) 81.78%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2797      +/-   ##
==========================================
- Coverage   81.84%   81.78%   -0.06%     
==========================================
  Files         167      167              
  Lines       10217    10217              
==========================================
- Hits         8362     8356       -6     
- Misses       1610     1614       +4     
- Partials      245      247       +2     
Files Changed Coverage Δ
apis/duck/v1/destination.go 94.23% <ø> (ø)

... and 2 files with indirect coverage changes

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

Comment thread apis/duck/v1/destination.go
Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>
Copy link
Copy Markdown
Member

@creydr creydr left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution @abhijeetgauravm
/lgtm

/assign @pierDipi

Comment thread apis/duck/v1/destination.go
@knative-prow knative-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Sep 5, 2023
Copy link
Copy Markdown
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
Copy link
Copy Markdown

knative-prow Bot commented Sep 5, 2023

[APPROVALNOTIFIER] This PR is APPROVED

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

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

The pull request process is described here

Details 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 5, 2023
@knative-prow knative-prow Bot merged commit 27252a3 into knative:main Sep 5, 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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Audience field in duckv1.Destination

3 participants