Internal types must be registered in their group version

DeleteOptions is required to be set
This commit is contained in:
Clayton Coleman 2016-09-02 13:03:53 -04:00
parent b921c675a0
commit 6912d109ba
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3

View File

@ -50,6 +50,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&PetSet{},
&PetSetList{},
&api.ListOptions{},
&api.DeleteOptions{},
)
return nil
}