mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
rest mappings cannot logically be object converters
This commit is contained in:
@@ -140,6 +140,10 @@ func (r *ScaleREST) GroupVersionKind(containingGV schema.GroupVersion) schema.Gr
|
||||
}
|
||||
}
|
||||
|
||||
func (*ScaleREST) ClusterScoped() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// New creates a new Scale object
|
||||
func (r *ScaleREST) New() runtime.Object {
|
||||
return &autoscaling.Scale{}
|
||||
|
||||
Reference in New Issue
Block a user