Commit Graph

24 Commits

Author SHA1 Message Date
Christoph Stäbler 360b72e494
Update AuthStatus to have list of ServiceAccountNames (#3032) 2024-05-07 09:21:24 +00:00
Christoph Stäbler 0736c742cf
Add SinkAudience to SourceStatus (#2844) 2023-10-02 13:16:21 +00:00
Karthik Muraliprasad 76b4202e06
Add AuthStatus type (#2829)
* Add AuthStatus type

This commit adds a new AuthStatus type which currently contains the ServiceAccountName attribute, which is used for OIDC authentication

Signed-off-by: karthikmurali60 <karthik.murali60@gmail.com>

* Update generated code

Signed-off-by: karthikmurali60 <karthik.murali60@gmail.com>

---------

Signed-off-by: karthikmurali60 <karthik.murali60@gmail.com>
2023-09-22 12:05:12 +00:00
Abhijeet Gaurav 27252a376b
Added Audience field in duckv1.Destination (#2797)
* Added Audience field in duckv1.Destination

* generated  the DeepCopy functions to include the new field

Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>

* removed trailing whitespaces from both lines

Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>

---------

Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>
2023-09-05 14:44:17 +00:00
Abhijeet Gaurav 66bf5af149
Added Audience field in duckv1.Addressable (#2798)
* Added Audience field in duckv1.Addressable

* generated  the DeepCopy functions to include the new field

Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>

* removing one empty line

Co-authored-by: Christoph Stäbler <cstabler@redhat.com>

---------

Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
2023-09-05 14:36:17 +00:00
Rahul kumar db8a353302
Add SinkCACerts to SourceStatus (#2733)
* Add SinkCACerts to SourceStatus

* add some changes (hack/update-codegen.sh)

* Update apis/duck/v1/source_types.go

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

---------

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2023-05-02 13:46:55 +00:00
Rahul Sawra 4835a4cb0c
Eventing TLS: update destination and Kref types (#2716)
* update destination and Kref types

* Update apis/duck/v1/destination.go

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* update Destination in v1beta1

---------

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2023-04-04 10:08:38 +00:00
Vishal Choudhary b7f2774461
Made changes to addressable and address status. (#2713)
* changed addressable and addressstatus

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* requested changes

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

---------

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
2023-04-03 15:12:33 +00:00
Paul Schweigert 5569169b0c
update boilerplate date (#2539)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-06-30 22:25:31 +00:00
knative-automation e61a20dd64
Update actions (#2313)
Signed-off-by: Knative Automation <automation@knative.team>
2021-10-15 12:26:13 -07:00
Ville Aikas 221312a6a0
duck cronjob (#2299) 2021-09-27 16:50:13 -07:00
Matt Moore 71508fc69a
Introduce `duckv1.Pod`. (#2280)
This is mostly for symmetry since many folks that validate PodSpecable types often also want to validate `Pod`, so while `Pod` isn't as often a duck-type, the main value of this is exposing similar mechanisms to #2279 for `corev1.Pod` without folks needing to define their own `corev1.Pod` clone.
2021-09-07 19:59:33 -07:00
Dave Protasowski 6484377731
update boilerplate date (#2134) 2021-05-28 13:21:29 -07:00
capri-xiyue b3f27fd930
move binding duck to v1 (#1774)
* move biding duck to v1

* fixed naming
2020-10-06 10:24:21 -07:00
Ville Aikas 870993f63e
add Status.Annotations field (#1317)
* add Status.Annotations field

* add to v1beta1 in case folks use those for making roundtripping / conversion work

* forgot to run update-codegen
2020-05-22 14:22:44 -07:00
Ignacio (Nacho) Cano 381424b197
add CloudEventAttributes to duckv1.SourceStatus (#1165) 2020-03-20 09:08:22 -07:00
Ville Aikas 95163c65ac
Rename KnativeReference to KReference (#1039) 2020-02-03 12:58:30 -08:00
Ville Aikas 99abcc2ff5
add SetDefaults from parent (using context), change Destination to us… (#1031)
* add SetDefaults from parent (using context), change Destination to use KnativeReference

* address pr comments, change address resolver to use kref
2020-02-01 11:59:29 -08:00
Ville Aikas aebcdbd5f3
add KnativeReference (#1030)
* add KnativeReference

* fix copyright year
2020-01-31 13:22:28 -08:00
Scott Nichols 298f22bea6 update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
Matt Moore d752898438 Make PodSpeccable a real thing (#884) 2019-11-18 08:02:08 -08:00
Matt Moore 285df36be4 Move Destination under knative.dev/pkg/apis/duck/v1. (#851)
Destination sits in a strange versioned directory without a group under APIs.  Destination is in fact part of our duck type space, so it belongs under the `duck` group.  This moves the definition (previously v1alpha1) to `v1` because it is referenced from source types that have been designated `v1`.
2019-11-06 15:59:02 -08:00
Matt Moore e4ac97c252 Update our dependency on K8s libs to 1.15.3 (#686)
With a minimum K8s version of 1.14 (starting in 0.10), 1.15.3 puts us in the center of the +/-1 version window of support.
2019-09-18 13:36:48 -07:00
Matt Moore d29eb5d70c Cut v1 of the duck types. (#615)
The main pieces of interest here are Addressable and Status.

This is a glorified copy/paste of v1beta1 with `s/v1beta1/v1/g`.
2019-08-28 13:49:42 -07:00