Function controller::ingress::reconcile_postgres_ing_route_tcp
source · pub async fn reconcile_postgres_ing_route_tcp(
cdb: &CoreDB,
ctx: Arc<Context>,
subdomain: &str,
basedomain: &str,
namespace: &str,
ingress_name_prefix: &str,
service_name: &str,
port: IntOrString,
middleware_names: Vec<String>
) -> Result<(), OperatorError>