mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-18 20:17:04 +00:00
Fix: lowercase the key name in API response (#2978)
This commit is contained in:
+2
-2
@@ -118,8 +118,8 @@ func GetAddonStatus(ctx context.Context, cli client.Client, name string) (Status
|
||||
}
|
||||
clusters[o.Cluster] = map[string]interface{}{
|
||||
"domain": o.Domain,
|
||||
"LoadBalancerIP": o.LoadBalancerIP,
|
||||
"Access": access,
|
||||
"loadBalancerIP": o.LoadBalancerIP,
|
||||
"access": access,
|
||||
}
|
||||
}
|
||||
return Status{AddonPhase: enabled, AppStatus: &app.Status, Clusters: clusters}, nil
|
||||
|
||||
Reference in New Issue
Block a user