# Structs
ErrBackendConfigValidation is returned when there was an error validating a BackendConfig.
ErrBadSvcType is returned when the service is not NodePort or LoadBalancer.
ErrSvcAppProtosParsing is returned when the service is malformed.
ErrSvcBackendConfig is returned when there was an error getting the BackendConfig for a service port.
ErrSvcNotFound is returned when a service is not found.
ErrSvcPortNotFound is returned when a service's port is not found.