Merge pull request #31985 from smarterclayton/register_delete_options
Automatic merge from submit-queue Internal types must be registered in their group version
This commit is contained in:
@@ -50,6 +50,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
|
|||||||
&PetSet{},
|
&PetSet{},
|
||||||
&PetSetList{},
|
&PetSetList{},
|
||||||
&api.ListOptions{},
|
&api.ListOptions{},
|
||||||
|
&api.DeleteOptions{},
|
||||||
)
|
)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user