mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Register metav1.GetOptions with federation APIs.
PR #37693 missed a spot.
This commit is contained in:
@@ -42,6 +42,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
|
||||
&v1.ListOptions{},
|
||||
&v1.DeleteOptions{},
|
||||
&metav1.ExportOptions{},
|
||||
&metav1.GetOptions{},
|
||||
)
|
||||
versionedwatch.AddToGroupVersion(scheme, SchemeGroupVersion)
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user