Skip to content

Commit

Permalink
store: remove placeholder code
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines committed Aug 19, 2020
1 parent 2d0d44b commit d933951
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/ingress/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ type CacheStores struct {
func New(cs CacheStores, ingressClass string, processClasslessIngress bool, processClasslessKongConsumer bool,
logger logrus.FieldLogger) Storer {
var ingressClassMatching annotations.ClassMatching
// TODO this is a placeholder for the eventual consumer flag
// for now it hard-codes the default
kongConsumerClassMatching := annotations.ExactOrEmptyClassMatch
var kongConsumerClassMatching annotations.ClassMatching
if processClasslessIngress {
ingressClassMatching = annotations.ExactOrEmptyClassMatch
} else {
Expand Down

0 comments on commit d933951

Please sign in to comment.