# Functions
NewIngressClient returns a v1 or v2 client depending on the value of `UseV2API` from the config
Deprecated: NewIngressClient will be removed in the next major version.
NewV1IngressClient creates a V1 connection to the Loggregator API.
NewV2IngressClient creates a V2 connection to the Loggregator API.
# Interfaces
IngressClient is the shared contract between v1 and v2 clients.