Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { // Reconcile ensures the listener rules in AWS match the rules configured in the Ingress resource. Reconcile(ctx context.Context, listener *elbv2.Listener, ingress *extensions.Ingress, ingressAnnos *annotations.Ingress, tgGroup tg.TargetGroupGroup) error }
Controller provides functionality to manage rules
func NewController ¶
func NewController(cloud aws.CloudAPI) Controller
NewController constructs a new rules controller
type MockController ¶
MockController is an autogenerated mock type for the Controller type
func (*MockController) Reconcile ¶
func (_m *MockController) Reconcile(ctx context.Context, listener *elbv2.Listener, ingress *v1beta1.Ingress, ingressAnnos *annotations.Ingress, tgGroup tg.TargetGroupGroup) error
Reconcile provides a mock function with given fields: ctx, listener, ingress, ingressAnnos, tgGroup
Click to show internal directories.
Click to hide internal directories.