Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Devices (0.15 sec)

  1. pilot/pkg/networking/core/listener_test.go

    				buildServiceInstance(services[0], "12.11.11.11"),
    			},
    			services:                  []*model.Service{svc},
    			numListenersOnServicePort: 3,
    		},
    		{
    			name:                      "no listeners for empty services",
    			instances:                 []*model.ServiceInstance{},
    			services:                  []*model.Service{svc},
    			numListenersOnServicePort: 0,
    		},
    		{
    			name: "no listeners for DNS instance",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. .teamcity/test-buckets.json

    					"kotlin-dsl-integ-tests",
    					"snapshots",
    					"platform-jvm",
    					"build-cache-spi",
    					"internal-integ-testing",
    					"jvm-services",
    					"publish",
    					"problems-api",
    					"process-services",
    					"build-configuration",
    					"base-services"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"scala",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/sidecar_simulation_test.go

    		name      string
    		configs   []config.Config
    		services  []*model.Service
    		instances []*model.ServiceInstance
    		// Assertions
    		clusters                  map[string][]string
    		telemetry                 map[string][]string
    		proxy                     *model.Proxy
    		disableInboundPassthrough bool
    	}{
    		// Proxy 1.8.1+ tests
    		{name: "empty"},
    		{name: "empty service", services: []*model.Service{service}},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier.go

    	// Update service healthchecks.  The endpoints list might include services that are
    	// not "OnlyLocal", but the services list will not, and the serviceHealthServer
    	// will just drop those endpoints.
    	if err := proxier.serviceHealthServer.SyncServices(proxier.svcPortMap.HealthCheckNodePorts()); err != nil {
    		proxier.logger.Error(err, "Error syncing healthcheck services")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

    import org.apache.maven.api.model.Resource;
    import org.apache.maven.api.services.BuilderProblem.Severity;
    import org.apache.maven.api.services.ModelBuilderRequest;
    import org.apache.maven.api.services.ModelProblem.Version;
    import org.apache.maven.api.services.ModelProblemCollector;
    import org.apache.maven.api.services.model.*;
    import org.apache.maven.model.v4.MavenModelVersion;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

    - Services implement a field selector for the ClusterIP and Type fields.
      Kubelet uses the fieldselector on Services to avoid watching for Headless Services and reduce the memory consumption. ([#123905](https://github.com/kubernetes/kubernetes/pull/123905), [@aojea](https://github.com/aojea)) [SIG Apps, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  7. pkg/workloadapi/workload.pb.go

    	// The services for which this workload is an endpoint.
    	// The key is the NamespacedHostname string of the format namespace/hostname.
    	Services map[string]*PortList `protobuf:"bytes,22,rep,name=services,proto3" json:"services,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

    import org.gradle.internal.logging.LoggingManagerInternal;
    import org.gradle.internal.logging.services.DefaultLoggingManagerFactory;
    import org.gradle.internal.logging.services.LoggingServiceRegistry;
    import org.gradle.internal.nativeintegration.console.TestOverrideConsoleDetector;
    import org.gradle.internal.nativeintegration.services.NativeServices;
    import org.gradle.internal.scripts.ScriptFileUtil;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/conversion.go

    	}
    	if len(skippedAddresses) > 0 {
    		// Give error but return services, this is a soft failure
    		return gatewayServices, &ConfigError{
    			Reason:  InvalidAddress,
    			Message: fmt.Sprintf("only Hostname is supported, ignoring %v", skippedAddresses),
    		}
    	}
    	if _, f := obj.Annotations[serviceTypeOverride]; f {
    		// Give error but return services, this is a soft failure
    		// Remove entirely in 1.20
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  10. cmd/test-utils_test.go

    	testServer.AccessKey = credentials.AccessKey
    	testServer.SecretKey = credentials.SecretKey
    
    	httpHandler, err := configureServerHandler(testServer.Disks)
    	if err != nil {
    		t.Fatalf("Failed to configure one of the RPC services <ERROR> %s", err)
    	}
    
    	// Run TestServer.
    	testServer.Server = httptest.NewUnstartedServer(setCriticalErrorHandler(corsHandler(httpHandler)))
    
    	globalObjLayerMutex.Lock()
    	globalObjectAPI = objLayer
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
Back to top