Skip to content

Commit

Permalink
Merge pull request #3804 from kubernetes-sigs/raffo/fix-dynamodb
Browse files Browse the repository at this point in the history
Fix domain filter to fix build
  • Loading branch information
k8s-ci-robot authored Jul 21, 2023
2 parents ca195b0 + 9b0444c commit bc61d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

1 comment on commit bc61d4d

@nisa123hj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Great work! The pull request #3804 has been successfully merged from the 'kubernetes-sigs/raffo/fix-dynamodb' branch. Thank you, @Raffo, for your contribution and resolving the DynamoDB issue. Your efforts are greatly appreciated, and this enhancement will undoubtedly benefit the entire project. Let's continue collaborating and making Kubernetes even better together! 👍🚀"

Please sign in to comment.