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