ExportOptions should be registered to all public schemas
This commit is contained in:
@@ -41,6 +41,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
|
||||
&JobList{},
|
||||
&v1.ListOptions{},
|
||||
&v1.DeleteOptions{},
|
||||
&v1.ExportOptions{},
|
||||
)
|
||||
versionedwatch.AddToGroupVersion(scheme, SchemeGroupVersion)
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user