mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Internal types must be registered in their group version
DeleteOptions is required to be set
This commit is contained in:
parent
b921c675a0
commit
6912d109ba
@ -50,6 +50,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
|
||||
&PetSet{},
|
||||
&PetSetList{},
|
||||
&api.ListOptions{},
|
||||
&api.DeleteOptions{},
|
||||
)
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user