mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-10 18:15:36 +00:00
Switch to versioned ListOptions in client.
This commit is contained in:
@@ -61,11 +61,8 @@ func addKnownTypes() {
|
||||
&ThirdPartyResourceDataList{},
|
||||
&Ingress{},
|
||||
&IngressList{},
|
||||
&api.ListOptions{},
|
||||
)
|
||||
|
||||
// Register Unversioned types
|
||||
// TODO this should not be done here
|
||||
api.Scheme.AddKnownTypes(SchemeGroupVersion, &unversioned.ListOptions{})
|
||||
}
|
||||
|
||||
func (*ClusterAutoscaler) IsAnAPIObject() {}
|
||||
|
||||
Reference in New Issue
Block a user