Skip to content

Commit

Permalink
Add Convertible interface to job sink (#8214)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew authored Oct 2, 2024
1 parent b3b29f0 commit e6490c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/sinks/v1alpha1/job_sink_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ var (
_ apis.Defaultable = (*JobSink)(nil)
_ apis.HasSpec = (*JobSink)(nil)
_ duckv1.KRShaped = (*JobSink)(nil)
_ apis.Convertible = (*JobSink)(nil)
)

// JobSinkSpec defines the desired state of the JobSink.
Expand Down

0 comments on commit e6490c3

Please sign in to comment.