Commit 06c542b4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #31985 from smarterclayton/register_delete_options

Automatic merge from submit-queue Internal types must be registered in their group version
parents c8525ec9 6912d109
...@@ -50,6 +50,7 @@ func addKnownTypes(scheme *runtime.Scheme) error { ...@@ -50,6 +50,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&PetSet{}, &PetSet{},
&PetSetList{}, &PetSetList{},
&api.ListOptions{}, &api.ListOptions{},
&api.DeleteOptions{},
) )
return nil return nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment