Skip to content

Added Audience field in duckv1.Addressable#2798

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

Added Audience field in duckv1.Addressable#2798
knative-prow[bot] merged 5 commits into
knative:mainfrom
abhijeetgauravm:abhijeetgauravm-duckv1addressable

Conversation

@abhijeetgauravm
Copy link
Copy Markdown
Contributor

@abhijeetgauravm abhijeetgauravm commented Aug 17, 2023

changes

  • Added Audience field in duckv1.Addressable

/kind

Fixes #2795

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

  • Added Audience field in duckv1.Addressable

/kind

Fixes #2795

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.

@knative-prow knative-prow Bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 17, 2023
@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 requested review from matzew and pierDipi August 17, 2023 09:04
@creydr
Copy link
Copy Markdown
Member

creydr commented Aug 17, 2023

Hello @abhijeetgauravm,
Thanks for your contribution.
Here applies the same as for #2797 (comment). Can you run hack/update-codegen.sh to generate/update the DeepCopy functions to include the new field?

@pierDipi
Copy link
Copy Markdown
Member

@abhijeetgauravm any updates related to the comment above?

@abhijeetgauravm
Copy link
Copy Markdown
Contributor Author

@abhijeetgauravm any updates related to the comment above?

hey @pierDipi actually should i run update-codegen.sh command on my terminal to generate/update the DeepCopy functions. Actually i am beginner . Could you help a bit?

@pierDipi
Copy link
Copy Markdown
Member

@abhijeetgauravm yes, you need to run hack/update-codegen.sh in your terminal and then commit/push the difference

@abhijeetgauravm
Copy link
Copy Markdown
Contributor Author

abhijeetgauravm commented Aug 25, 2023

hack/update-codegen.sh

image
but doing this in terminal nothing happens in terminal. Should i push it only running the command like this @pierDipi

@creydr
Copy link
Copy Markdown
Member

creydr commented Sep 4, 2023

hack/update-codegen.sh

image but doing this in terminal nothing happens in terminal. Should i push it only running the command like this @pierDipi

Hi @abhijeetgauravm,
the hack/update-codegen.sh is a shell/bash script, so you need to run it on some kind of UNIX machine or use something like WSL when you are on Windows. Also you should run it from the repo root dir AFAIK (./hack/update-codegen.sh)

@abhijeetgauravm
Copy link
Copy Markdown
Contributor Author

@creydr done !

@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 (c92d7a5) 81.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2798      +/-   ##
==========================================
- 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/addressable_types.go 90.90% <ø> (ø)

... and 2 files with indirect coverage changes

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

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. I left one comment about the code style

Comment thread apis/duck/v1/addressable_types.go Outdated
Co-authored-by: Christoph Stäbler <cstabler@redhat.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 a lot for you contribution and patience @abhijeetgauravm

/lgtm

@knative-prow knative-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Sep 5, 2023
@creydr
Copy link
Copy Markdown
Member

creydr commented Sep 5, 2023

/assign @pierDipi

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, creydr, 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 66bf5af 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.Addressable

3 participants