|
|
@@ -72,6 +72,8 @@ func allocationFieldMap(a *Allocation, identifier ast.Identifier) (string, error
|
|
|
return a.Properties.Container, nil
|
|
|
case afilter.FieldProvider:
|
|
|
return a.Properties.ProviderID, nil
|
|
|
+ case afilter.FieldAccount:
|
|
|
+ return "", fmt.Errorf("account property not implemented")
|
|
|
case afilter.FieldLabel:
|
|
|
return a.Properties.Labels[identifier.Key], nil
|
|
|
case afilter.FieldAnnotation:
|