Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for DestinationPort (0.34 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		addrtype := "not-matched"
    		if tracer.localIPs.Has(destIP) {
    			addrtype = "LOCAL"
    		}
    		if !rule.DestinationType.Matches(addrtype) {
    			return false
    		}
    	}
    	if rule.DestinationPort != nil && !rule.DestinationPort.Matches(destPort) {
    		return false
    	}
    
    	// Any rule that checks for past state/history does not match
    	if rule.AffinityCheck != nil || rule.MarkCheck != nil || rule.CTStateCheck != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                    applicationProtocols:
                                      description: Applies only to sidecars.
                                      type: string
                                    destinationPort:
                                      description: The destination_port value used by
                                        a filter chain's match condition.
                                      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)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                                    applicationProtocols:
                                      description: Applies only to sidecars.
                                      type: string
                                    destinationPort:
                                      description: The destination_port value used by
                                        a filter chain's match condition.
                                      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)
Back to top