Skip to content

Commit

Permalink
fix(api): register new kinds
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Dec 12, 2024
1 parent ffc480b commit 5340bca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/v1alpha1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ var (
// addKnownTypes adds the set of types defined in this package to the supplied scheme.
func addKnownTypes(scheme *runtime.Scheme) error {
scheme.AddKnownTypes(GroupVersion,
&ClusterPromotionTask{},
&ClusterPromotionTaskList{},
&Freight{},
&FreightList{},
&Stage{},
Expand All @@ -35,6 +37,8 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&ProjectList{},
&Promotion{},
&PromotionList{},
&PromotionTask{},
&PromotionTaskList{},
&Warehouse{},
&WarehouseList{},
)
Expand Down

0 comments on commit 5340bca

Please sign in to comment.