Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for internalTrafficPolicy (0.56 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/services.go

    				workloadapi.LoadBalancing_REGION,
    				workloadapi.LoadBalancing_ZONE,
    				workloadapi.LoadBalancing_SUBZONE,
    			},
    			Mode: workloadapi.LoadBalancing_FAILOVER,
    		}
    	}
    	if itp := svc.Spec.InternalTrafficPolicy; itp != nil && *itp == v1.ServiceInternalTrafficPolicyLocal {
    		lb = &workloadapi.LoadBalancing{
    			// Only allow endpoints on the same node.
    			RoutingPreference: []workloadapi.LoadBalancing_Scope{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 12:29:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier.go

    			internalTrafficFilterVerdict = fmt.Sprintf("goto %s", rejectChain)
    			externalTrafficFilterVerdict = fmt.Sprintf("goto %s", rejectChain)
    		} else {
    			if !hasInternalEndpoints {
    				// The internalTrafficPolicy is "Local" but there are no local
    				// endpoints. Traffic to the clusterIP will be dropped, but
    				// external traffic may still be accepted.
    				internalTrafficFilterVerdict = "drop"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"internalTrafficPolicy": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "internalTrafficPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top