Type Definition k8s_gateway_api::v1alpha2::QueryParamMatchType
source · [−]pub type QueryParamMatchType = String;Expand description
QueryParamMatchType specifies the semantics of how HTTP query parameter values should be compared. Valid QueryParamMatchType values are:
- “Exact”
- “RegularExpression”