fix: correct typo in AutoscalerReference type name

- Fix spelling of AutoscalerReference (was AutoscalerRefernce) in type definition and struct field

Signed-off-by: kahirokunn <okinakahiro@gmail.com>
This commit is contained in:
kahirokunn
2025-10-07 18:28:04 +09:00
parent 2cf112841c
commit 56200f6d0f
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ func TestController_verifyCanary(t *testing.T) {
},
Spec: flaggerv1.CanarySpec{
Provider: "knative",
AutoscalerRef: &flaggerv1.AutoscalerRefernce{},
AutoscalerRef: &flaggerv1.AutoscalerReference{},
TargetRef: flaggerv1.LocalObjectReference{
Kind: "Service",
APIVersion: "serving.knative.dev/v1",