Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for sourceNamespace (0.26 sec)

  1. pilot/pkg/networking/core/route/route.go

    		for _, g := range match.Gateways {
    			if gatewayNames.Contains(g) {
    				return true
    			}
    		}
    	} else if labels.Instance(match.GetSourceLabels()).SubsetOf(proxyLabels) {
    		return match.SourceNamespace == "" || match.SourceNamespace == proxyNamespace
    	}
    
    	return false
    }
    
    // translateRoute translates HTTP routes
    func translateRoute(
    	node *model.Proxy,
    	in *networking.HTTPRoute,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  of a rule to source (client) workloads with the given
                                  labels.
                                type: object
                              sourceNamespace:
                                description: Source namespace constraining the applicability
                                  of a rule to workloads in that namespace.
                                type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/route/route_test.go

    	},
    	Spec: &networking.VirtualService{
    		Hosts: []string{},
    		Http: []*networking.HTTPRoute{
    			{
    				Name: "foo",
    				Match: []*networking.HTTPMatchRequest{
    					{
    						SourceNamespace: "foo",
    					},
    				},
    				Route: []*networking.HTTPRouteDestination{
    					{
    						Destination: &networking.Destination{
    							Host: "foo.example.org",
    							Port: &networking.PortSelector{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                                  of a rule to source (client) workloads with the given
                                  labels.
                                type: object
                              sourceNamespace:
                                description: Source namespace constraining the applicability
                                  of a rule to workloads in that namespace.
                                type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                  of a rule to source (client) workloads with the given
                                  labels.
                                type: object
                              sourceNamespace:
                                description: Source namespace constraining the applicability
                                  of a rule to workloads in that namespace.
                                type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    (https://github.com/google/re2/wiki/Syntax). type: string type: object sourceLabels: additionalProperties: type: string description: One or more labels that constrain the applicability of a rule to source (client) workloads with the given labels. type: object sourceNamespace: description: Source namespace constraining the applicability of a rule to workloads in that namespace. type: string statPrefix: description: The human readable prefix to use when emitting statistics for this route. type: string uri: description:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top