Make all groups use metav1.AddToGroupVersion for ListOptions

This commit is contained in:
Clayton Coleman
2017-01-19 16:39:50 -05:00
parent 93e7c60ae0
commit f623a8c908
58 changed files with 60 additions and 59 deletions

View File

@@ -39,7 +39,6 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&APIService{},
&APIServiceList{},
&v1.ListOptions{},
&v1.DeleteOptions{},
&metav1.GetOptions{},
)