# Functions

ContainerPorts validates container ports of contour, returning an error if the container ports do not meet the API specification.
Contour returns true if contour is valid.
LoadBalancerAddress validates LoadBalancer "address" parameter of contour, returning an error if "address" does not meet the API specification.
LoadBalancerProvider validates LoadBalancer provider parameters of contour, returning and error if parameters for different provider are specified the for the one specified with "type" parameter.
NodePorts validates nodeports of contour, returning an error if the nodeports do not meet the API specification.