Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventSourceIngressConfig ¶
type EventSourceIngressConfig struct { IPGetter IPGetter Eventsource types.NamespacedName Endpoints map[string]ingresscommon.NamedPath AdminNamespace string BaseURL string Gateway types.NamespacedName Service types.NamespacedName }
EventSourceIngressConfig provides the information needed for rendering ingress resources mapped to the service of an argo event source. it is ingress provider agnostic.
type IngressConfigurator ¶
type IngressConfigurator interface { Configure(ctx context.Context, config *EventSourceIngressConfig) ([]types.NamespacedName, error) Remove(ctx context.Context, config *EventSourceIngressConfig) error }
Click to show internal directories.
Click to hide internal directories.