# Functions

DesiredContourService generates the desired Contour Service for the given contour.
DesiredEnvoyService generates the desired Envoy Service for the given contour.
EnsureContourService ensures that a Contour Service exists for the given contour.
EnsureContourServiceDeleted ensures that a Contour Service for the provided contour is deleted if Contour owner labels exist.
EnsureEnvoyService ensures that an Envoy Service exists for the given contour.
EnsureEnvoyServiceDeleted ensures that an Envoy Service for the provided contour is deleted.

# Constants

EnvoyNodePortHTTPPort is the NodePort port number for Envoy's HTTP service.
EnvoyNodePortHTTPSPort is the NodePort port number for Envoy's HTTPS service.
EnvoyServiceHTTPPort is the HTTP port number of the Envoy service.
EnvoyServiceHTTPSPort is the HTTPS port number of the Envoy service.

# Variables

InternalLBAnnotations maps cloud providers to the provider's annotation key/value pair used for managing an internal load balancer.