Skip to content

Commit

Permalink
Machine API: add missing types to scheme builder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-demicev committed Oct 25, 2021
1 parent 16dd969 commit 977ca18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions machine/v1beta1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ func addKnownTypes(scheme *runtime.Scheme) error {
scheme.AddKnownTypes(GroupVersion,
&Machine{},
&MachineList{},
&MachineSet{},
&MachineSetList{},
&MachineHealthCheck{},
&MachineHealthCheckList{},
)

return nil
Expand Down

0 comments on commit 977ca18

Please sign in to comment.