Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 436 for map1 (4.35 sec)

  1. pilot/pkg/model/sidecar.go

    		Namespace:               configNamespace,
    		destinationRules:        make(map[host.Name][]*ConsolidatedDestRule),
    		destinationRulesByNames: make(map[types.NamespacedName]*config.Config),
    		servicesByHostname:      make(map[host.Name]*Service, len(services)),
    		Version:                 ps.PushVersion,
    	}
    
    	servicesAdded := make(map[host.Name]sidecarServiceIndex)
    	for _, s := range services {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/check_test.go

    	}
    
    	// Provide Config.Info with all maps so that info recording is tested.
    	info := Info{
    		Types:        make(map[syntax.Expr]TypeAndValue),
    		Instances:    make(map[*syntax.Name]Instance),
    		Defs:         make(map[*syntax.Name]Object),
    		Uses:         make(map[*syntax.Name]Object),
    		Implicits:    make(map[syntax.Node]Object),
    		Selections:   make(map[*syntax.SelectorExpr]*Selection),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:45:33 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/DomResolutionTest.kt

                LiteralValueResolved -> 456
                ContainerElementResolved -> element add(): MyNestedElement
                """.trimIndent()
            )
        }
    
        @Test
        fun `maps resolution errors to document errors`() {
            val resolver = tracingCodeResolver()
    
            val topLevelBlock = parseAsTopLevelBlock(
                """
                addAndConfigure("correct") { }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/crdclient/client.go

    	kinds   map[config.GroupVersionKind]kclient.Untyped
    	kindsMu sync.RWMutex
    	queue   queue.Instance
    	// a flag indicates whether this client has been run, it is to prevent run queue twice
    	started *atomic.Bool
    
    	// handlers defines a list of event handlers per-type
    	handlers map[config.GroupVersionKind][]model.EventHandler
    
    	schemasByCRDName map[string]resource.Schema
    	client           kube.Client
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 00:12:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			obj: map[string]interface{}{
    				"a": map[string]interface{}{
    					"b": 1,
    					"d": nil,
    				},
    				"a1": map[string]interface{}{
    					"b1": map[string]interface{}{
    						"c1": 4,
    					},
    				},
    				"a3": map[string]interface{}{},
    			},
    			schema: objectTypePtr(map[string]schema.Structural{
    				"a": objectType(map[string]schema.Structural{
    					"b": integerType,
    					"c": integerType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    				{
    					Address: "us.google.com",
    					Ports:   map[string]uint32{"http-port": 7080, "http-alt-port": 18080},
    					Labels:  map[string]string{label.SecurityTlsMode.Name: model.IstioMutualTLSModeLabel},
    				},
    				{
    					Address: "uk.google.com",
    					Ports:   map[string]uint32{"http-port": 1080},
    					Labels:  map[string]string{label.SecurityTlsMode.Name: model.IstioMutualTLSModeLabel},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/aggregate/controller.go

    		}
    	}
    	return 0, false
    }
    
    // Services lists services from all platforms
    func (c *Controller) Services() []*model.Service {
    	// smap is a map of hostname (string) to service index, used to identify services that
    	// are installed in multiple clusters.
    	smap := make(map[host.Name]int)
    	index := 0
    	services := make([]*model.Service, 0)
    	// Locking Registries list while walking it to prevent inconsistent results
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  8. platforms/core-runtime/daemon-protocol/src/main/java/org/gradle/tooling/internal/provider/serialization/DefaultPayloadClassLoaderRegistry.java

    import java.net.URL;
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    import java.util.UUID;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 00:13:09 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

    //      (d1, d0). If the 2-D matrix has a 2-D inner block, the traversal order
    //      could be (d0, d1, d2, d3).
    //   2. How each block dimension in (dn, ..., dn+k-1) maps to the original
    //      tensor dimension in (d0, ..., dn-1).
    //   3. In the traversal order defined above, the format (dense vs. sparse) and
    //      index metadata for each dimension. For a dense dimension, this is just
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  10. pilot/pkg/model/gateway.go

    	gatewayPorts := sets.New[uint32]()
    	nonPlainTextGatewayPortsBindMap := map[uint32]sets.String{}
    	mergedServers := make(map[ServerPort]*MergedServers)
    	mergedQUICServers := make(map[ServerPort]*MergedServers)
    	serverPorts := make([]ServerPort, 0)
    	plainTextServers := make(map[uint32]ServerPort)
    	serversByRouteName := make(map[string][]*networking.Server)
    	tlsServerInfo := make(map[*networking.Server]*TLSServerInfo)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top