Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 194 for Headless (0.16 sec)

  1. pilot/pkg/model/push_context_test.go

    			wanted:            MTLSPermissive,
    		},
    		{
    			name:              "headless service with no instances found yet",
    			serviceNamespace:  partialNS,
    			servicePort:       80,
    			serviceResolution: Passthrough,
    			wanted:            MTLSDisable,
    		},
    		{
    			name:              "headless service with instances",
    			serviceNamespace:  partialNS,
    			servicePort:       80,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	fx.WaitOrFail(t, "eds")
    
    	// delete normal service
    	clienttest.Wrap(t, controller.services).Delete("svc1", "nsa")
    	fx.WaitOrFail(t, "service")
    
    	// 2. full xds push request for headless service endpoint update
    
    	// create a headless service
    	createServiceWithoutClusterIP(controller, "svc1", "nsa", nil,
    		[]int32{8080}, map[string]string{"app": "prod-app"}, t)
    	fx.WaitOrFail(t, "service")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String APP_EXTENSION_NAMES = "app.extension.names";
    
        /** The key of the configuration. e.g.  */
        String APP_AUDIT_LOG_FORMAT = "app.audit.log.format";
    
        /** The key of the configuration. e.g. -Djava.awt.headless=true<br>
         * -Dfile.encoding=UTF-8<br>
         * -Djna.nosys=true<br>
         * -Djdk.io.permissionsUseCanonicalPath=true<br>
         * -Dhttp.maxConnections=20<br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    	makeServiceMap(fp,
    		makeTestService("somewhere-else", "headless", func(svc *v1.Service) {
    			svc.Spec.Type = v1.ServiceTypeClusterIP
    			svc.Spec.ClusterIP = v1.ClusterIPNone
    			svc.Spec.Ports = addTestPort(svc.Spec.Ports, "rpc", "UDP", 1234, 0, 0)
    		}),
    		makeTestService("somewhere-else", "headless-without-port", func(svc *v1.Service) {
    			svc.Spec.Type = v1.ServiceTypeClusterIP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context.go

    const (
    	// EndpointUpdate describes a push triggered by an Endpoint change
    	EndpointUpdate TriggerReason = "endpoint"
    	// HeadlessEndpointUpdate describes a push triggered by an Endpoint change for headless service
    	HeadlessEndpointUpdate TriggerReason = "headlessendpoint"
    	// ConfigUpdate describes a push triggered by a config (generally and Istio CRD) change.
    	ConfigUpdate TriggerReason = "config"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  6. pkg/proxy/nftables/proxier_test.go

    	makeServiceMap(fp,
    		makeTestService("somewhere-else", "headless", func(svc *v1.Service) {
    			svc.Spec.Type = v1.ServiceTypeClusterIP
    			svc.Spec.ClusterIP = v1.ClusterIPNone
    			svc.Spec.Ports = addTestPort(svc.Spec.Ports, "rpc", "UDP", 1234, 0, 0)
    		}),
    		makeTestService("somewhere-else", "headless-without-port", func(svc *v1.Service) {
    			svc.Spec.Type = v1.ServiceTypeClusterIP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		},
    		numErrs: 1,
    	}, {
    		name: "valid port headless",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Ports[0].Port = 11722
    			s.Spec.Ports[0].TargetPort = intstr.FromInt32(11722)
    			s.Spec.ClusterIP = core.ClusterIPNone
    			s.Spec.ClusterIPs = []string{core.ClusterIPNone}
    		},
    		numErrs: 0,
    	}, {
    		name: "invalid port headless 1",
    		tweakSvc: func(s *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // optionally be specified, as describe above).  Valid values are "None",
      // empty string (""), or a valid IP address. Setting this to "None" makes a
      // "headless service" (no virtual IP), which is useful when direct endpoint
      // connections are preferred and proxying is not required.  Only applies to
      // types ClusterIP, NodePort, and LoadBalancer. If this field is specified
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    to be blank) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above).  Valid values are \"None\", empty string (\"\"), or a valid IP address. Setting this to \"None\" makes a \"headless service\" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required.  Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. 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)
Back to top