You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checks/check-min-healthy.go:25:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-healthy.go:26:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-healthy.go:31:46: invalid operation: app.Instances > 0 (mismatched types *int and int)
checks/check-min-healthy.go:33:78: cannot convert app.Instances (type *int) to type float32
checks/check-min-healthy.go:35:52: cannot convert app.Instances (type *int) to type float32
checks/check-min-healthy.go:43:9: cannot use app.Labels (type *map[string]string) as type map[string]string in field value
checks/check-min-instances.go:25:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-instances.go:26:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-instances.go:31:46: invalid operation: app.Instances > 0 (mismatched types *int and int)
checks/check-min-instances.go:33:78: cannot convert app.Instances (type *int) to type float32
checks/check-min-instances.go:33:78: too many errors
The text was updated successfully, but these errors were encountered:
checks/check-min-healthy.go:25:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-healthy.go:26:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-healthy.go:31:46: invalid operation: app.Instances > 0 (mismatched types *int and int)
checks/check-min-healthy.go:33:78: cannot convert app.Instances (type *int) to type float32
checks/check-min-healthy.go:35:52: cannot convert app.Instances (type *int) to type float32
checks/check-min-healthy.go:43:9: cannot use app.Labels (type *map[string]string) as type map[string]string in field value
checks/check-min-instances.go:25:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-instances.go:26:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-instances.go:31:46: invalid operation: app.Instances > 0 (mismatched types *int and int)
checks/check-min-instances.go:33:78: cannot convert app.Instances (type *int) to type float32
checks/check-min-instances.go:33:78: too many errors
The text was updated successfully, but these errors were encountered: