- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for string_match (0.06 sec)
-
istioctl/pkg/writer/ztunnel/configdump/api.go
IPFamilies string `json:"ipFamilies"` } type PolicyMatch struct { Namespaces []StringMatch `json:"namespaces,omitempty"` NotNamespaces []StringMatch `json:"notNamespaces,omitempty"` Principals []StringMatch `json:"principals,omitempty"` NotPrincipals []StringMatch `json:"notPrincipals,omitempty"` SourceIps []string `json:"sourceIps,omitempty"`
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 30 17:26:39 UTC 2024 - 6.1K bytes - Viewed (0) -
istioctl/pkg/describe/describe_test.go
Hosts: []string{"productpage"}, Gateways: []string{"fake-gw"}, Http: []*networking.HTTPRoute{ { Match: []*networking.HTTPMatchRequest{ { Uri: &networking.StringMatch{ MatchType: &networking.StringMatch_Prefix{ Prefix: "/prefix", }, }, }, }, Route: []*networking.HTTPRouteDestination{ {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 20:04:20 UTC 2024 - 30.8K bytes - Viewed (0) -
istioctl/pkg/describe/describe.go
} } if match { for _, trafficMatch := range route.Match { facts = append(facts, trafficMatch.String()) } } return match, facts } func renderStringMatch(sm *v1alpha3.StringMatch) string { if sm == nil { return "" } switch x := sm.MatchType.(type) { case *v1alpha3.StringMatch_Exact: return x.Exact case *v1alpha3.StringMatch_Prefix: return x.Prefix + "*" }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0)