Merge pull request #3804 from kubernetes-sigs/raffo/fix-dynamodb

Fix domain filter to fix build
This commit is contained in:
Kubernetes Prow Robot 2023-07-21 03:44:09 -07:00 committed by GitHub
commit bc61d4deb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ func NewDynamoDBRegistry(provider provider.Provider, ownerID string, dynamodbAPI
}, nil
}
func (im *DynamoDBRegistry) GetDomainFilter() endpoint.DomainFilterInterface {
func (im *DynamoDBRegistry) GetDomainFilter() endpoint.DomainFilter {
return im.provider.GetDomainFilter()
}