Skip to content

Commit b65f80b

Browse files
Deydra71vyzigold
andauthored
Update controllers/autoscaling_controller.go
Co-authored-by: Jaromír Wysoglad <[email protected]>
1 parent 769b67e commit b65f80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/autoscaling_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ func (r *AutoscalingReconciler) findObjectsForSrc(ctx context.Context, src clien
791791
l := log.FromContext(context.Background()).WithName("Controllers").WithName("Autoscaling")
792792

793793
for _, field := range allWatchFields {
794-
crList := &telemetryv1.CeilometerList{}
794+
crList := &telemetryv1.AutoscalingList{}
795795
listOps := &client.ListOptions{
796796
FieldSelector: fields.OneTermEqualSelector(field, src.GetName()),
797797
Namespace: src.GetNamespace(),

0 commit comments

Comments
 (0)