Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for portNumbers (0.2 sec)

  1. pkg/config/analysis/msg/messages.yaml

        template: "Conflict with gateways %s (workload selector %s, port %s, hosts %v)."
        args:
          - name: gateway
            type: string
          - name: selector
            type: string
          - name: portnumber
            type: string
          - name: hosts
            type: string
    
      - name: "ImageAutoWithoutInjectionWarning"
        code: IST0146
        level: Warning
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    	pls []*networking.TrafficPolicy_PortTrafficPolicy,
    ) *networking.LoadBalancerSettings_ConsistentHashLB {
    	if dst.Port != nil {
    		portNumber := dst.GetPort().GetNumber()
    		for _, setting := range pls {
    			number := setting.GetPort().GetNumber()
    			if number == portNumber {
    				return setting.GetLoadBalancer().GetConsistentHash()
    			}
    		}
    	}
    
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                name:
                                  description: The exact name of the cluster to match.
                                  type: string
                                portNumber:
                                  description: The service port for which this cluster
                                    was generated.
                                  type: integer
                                service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                name:
                                  description: The exact name of the cluster to match.
                                  type: string
                                portNumber:
                                  description: The service port for which this cluster
                                    was generated.
                                  maximum: 4294967295
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                name:
                                  description: The exact name of the cluster to match.
                                  type: string
                                portNumber:
                                  description: The service port for which this cluster
                                    was generated.
                                  maximum: 4294967295
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    required: - cluster - required: - listener - required: - routeConfiguration - required: - cluster properties: cluster: description: Match on envoy cluster attributes. properties: name: description: The exact name of the cluster to match. type: string portNumber: description: The service port for which this cluster was generated. type: integer service: description: The fully qualified service name for this cluster. type: string subset: description: The subset associated with the service. type: string type:...
    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