We intend to use aidbox with the aws-load-balancer-controller for ingress, but the ImplementationSpecificbehavior for that controller seems to be the same as Exact whereas the nginx ingress controller treats it as Prefix.
This would allow the consumer to specify the pathType for compatibility with their chosen ingress controller.
We intend to use aidbox with the aws-load-balancer-controller for ingress, but the
ImplementationSpecific
behavior for that controller seems to be the same asExact
whereas thenginx
ingress controller treats it asPrefix
.This would allow the consumer to specify the
pathType
for compatibility with their chosen ingress controller.