Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 283 for Destinations (0.26 sec)

  1. pkg/proxy/ipvs/graceful_termination_test.go

    						IP:       "1.1.1.1",
    						Port:     80,
    						Protocol: "tcp",
    					}: {
    						Address:  netutils.ParseIPSloppy("1.1.1.1"),
    						Protocol: "tcp",
    						Port:     uint16(80),
    					},
    				},
    				Destinations: map[utilipvstest.ServiceKey][]*utilipvs.RealServer{
    					{
    						IP:       "1.1.1.1",
    						Port:     80,
    						Protocol: "tcp",
    					}: {
    						{
    							Address:      netutils.ParseIPSloppy("10.0.0.1"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/echotest/run.go

    	t.rootCtx.Logf("Running tests with: sources %v -> destinations %v",
    		t.sources.Services().NamespacedNames().NamesWithNamespacePrefix(),
    		t.destinations.Services().NamespacedNames().NamesWithNamespacePrefix())
    
    	if t.sources.Len() == 0 {
    		t.rootCtx.Error("Sources are empty")
    	}
    	if t.destinations.Len() == 0 {
    		t.rootCtx.Error("Destinations are empty")
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 13K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/storage/storage_factory.go

    	ResourcePrefix(groupResource schema.GroupResource) string
    
    	// Configs gets configurations for all of registered storage destinations.
    	Configs() []storagebackend.Config
    
    	// Backends gets all backends for all registered storage destinations.
    	// Used for getting all instances for health validations.
    	// Deprecated: Use Configs instead
    	Backends() []Backend
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 13:35:58 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/cfg/builder.go

    // -------- helpers --------
    
    // Destinations associated with unlabeled for/switch/select stmts.
    // We push/pop one of these as we enter/leave each construct and for
    // each BranchStmt we scan for the innermost target of the right type.
    type targets struct {
    	tail         *targets // rest of stack
    	_break       *Block
    	_continue    *Block
    	_fallthrough *Block
    }
    
    // Destinations associated with a labeled block.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/sccp.go

    		condLattice := t.getLatticeCell(cond)
    		if condLattice.tag == bottom {
    			// we know nothing about control flow, add all branch destinations
    			t.edges = append(t.edges, block.Succs...)
    		} else if condLattice.tag == constant {
    			// add branchIdx destinations depends on its condition
    			var branchIdx int64
    			if block.Kind == BlockIf {
    				branchIdx = 1 - condLattice.val.AuxInt
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  6. tests/integration/pilot/common/traffic.go

    	// opts specifies the echo call options. When using RunForApps, the To will be set dynamically.
    	opts echo.CallOptions
    	// setupOpts allows modifying options based on sources/destinations
    	setupOpts func(src echo.Caller, opts *echo.CallOptions)
    	// check is used to build validators dynamically when using RunForApps based on the active/src dest pair
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/helpers_test.go

    	add set ip testing firewall { type ipv4_addr . inet_proto . inet_service ; comment "destinations that are subject to LoadBalancerSourceRanges" ; }
    	add set ip testing firewall-allow { type ipv4_addr . inet_proto . inet_service . ipv4_addr ; flags interval ; comment "destinations+sources that are allowed by LoadBalancerSourceRanges" ; }
    	add chain ip testing firewall-check
    	add chain ip testing firewall-allow-check
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  8. internal/event/name.go

    package event
    
    import (
    	"encoding/json"
    	"encoding/xml"
    )
    
    // Name - event type enum.
    // Refer http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations
    // for most basic values we have since extend this and its not really much applicable other than a reference point.
    // "s3:Replication:OperationCompletedReplication" is a MinIO extension.
    type Name int
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 01:11:10 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/link.go

    }
    
    // AddRestDest assigns []Args{{a, Destination}} to p.RestArgs when the second destination
    // operand does not fit into prog.RegTo2.
    func (p *Prog) AddRestDest(a Addr) {
    	p.RestArgs = append(p.RestArgs, AddrPos{a, Destination})
    }
    
    // GetTo2 returns the second destination operand.
    // The same kinds of operands are saved in order so GetTo2 actually
    // return the first destination operand in Prog.RestArgs[]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/networkfilter.go

    			statPrefix = telemetry.BuildStatPrefix(push.Mesh.OutboundClusterStatName, routes[0].Destination.Host,
    				routes[0].Destination.Subset, port, 0, &service.Attributes)
    		}
    
    		return lb.buildOutboundNetworkFiltersWithSingleDestination(
    			statPrefix, clusterName, routes[0].Destination.Subset, port, destinationRule, tunnelingconfig.Apply, includeMx)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top