Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for semver (0.07 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    			sidecar,
    			nil,
    			[]string{"envoy"},
    		},
    		{
    			"server - gateway",
    			[]config.Config{newTelemetry("istio-system", server)},
    			networking.ListenerClassGateway,
    			sidecar,
    			nil,
    			[]string{},
    		},
    		{
    			"server - inbound",
    			[]config.Config{newTelemetry("istio-system", server)},
    			networking.ListenerClassSidecarInbound,
    			sidecar,
    			nil,
    			[]string{"envoy"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    			i := i
    			namespaceLabelReferences.InsertAll(getNamespaceLabelReferences(l.AllowedRoutes)...)
    			server, programmed := buildListener(r, obj, l, i, controllerName)
    
    			servers = append(servers, server)
    			if controllerName == constants.ManagedGatewayMeshController {
    				// Waypoint doesn't actually convert the routes to VirtualServices
    				continue
    			}
    			meta := parentMeta(obj, &l.Name)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. cmd/bucket-handlers.go

    	}
    
    	var wg sync.WaitGroup
    	// Remove buckets that are in DNS for this server, but aren't local
    	for bucket, records := range dnsBuckets {
    		if bucketsSet.Contains(bucket) {
    			continue
    		}
    
    		if globalDomainIPs.Intersection(set.CreateStringSet(getHostsSlice(records)...)).IsEmpty() {
    			// This is not for our server, so we can continue
    			continue
    		}
    
    		wg.Add(1)
    		go func(bucket string) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
Back to top