Open EvanHStanton opened 11 months ago
generate_ingress_tcp
convert_routes_to_tcp
reconcile_ingress
apply_ingress_route_tcp
AppServiceResources
generate_resource
reconcile_app_services
Routing Configuration Enhancements (types.rs):
Tembo Operator Version Update (Cargo.toml):
Ingress Route TCP Implementation (ingress.rs):
generate_ingress_tcp
andconvert_routes_to_tcp
functions to facilitate TCP routing.reconcile_ingress
function to support both IngressRoute and IngressRouteTCP based on the presence of specific entry points.apply_ingress_route_tcp
asynchronous function for applying TCP ingress routes.App Service Resource Management (manager.rs):
AppServiceResources
struct to include entry_points.generate_resource
function to fetch entry points from routing configuration.reconcile_app_services
function to incorporate desired entry points in the ingress reconciliation process.