Skip to content

Commit e6490c3

Browse files
authored
Add Convertible interface to job sink (#8214)
Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent b3b29f0 commit e6490c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/apis/sinks/v1alpha1/job_sink_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ var (
4949
_ apis.Defaultable = (*JobSink)(nil)
5050
_ apis.HasSpec = (*JobSink)(nil)
5151
_ duckv1.KRShaped = (*JobSink)(nil)
52+
_ apis.Convertible = (*JobSink)(nil)
5253
)
5354

5455
// JobSinkSpec defines the desired state of the JobSink.

0 commit comments

Comments
 (0)