Versions in this module Expand all Collapse all v2 v2.5.6 Aug 7, 2023 Changes in this version + func NewDefaultWebACLAssociationManager(wafRegionalClient services.WAFRegional, logger logr.Logger) *defaultWebACLAssociationManager + func NewWebACLAssociationSynthesizer(associationManager WebACLAssociationManager, logger logr.Logger, ...) *webACLAssociationSynthesizer + type WebACLAssociationManager interface + AssociateWebACL func(ctx context.Context, resourceARN string, webACLID string) error + DisassociateWebACL func(ctx context.Context, resourceARN string) error + GetAssociatedWebACL func(ctx context.Context, resourceARN string) (string, error) Other modules containing this package github.com/sonal-chauhan/aws-load-balancer-controller