Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Headless (0.16 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    			svctest.SetIPFamilies(api.IPv6Protocol, api.IPv4Protocol)),
    	}, {
    		name:  "headless",
    		input: svctest.MakeService("foo", svctest.SetHeadless),
    		expect: svctest.MakeService("foo", svctest.SetHeadless,
    			svctest.SetIPFamilyPolicy(api.IPFamilyPolicySingleStack),
    			svctest.SetIPFamilies(api.IPv4Protocol)),
    	}, {
    		name: "headless selectorless",
    		input: svctest.MakeService("foo", svctest.SetHeadless,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. pkg/apis/core/validation/validation.go

    		return allErrs
    	}
    
    	oldIsHeadless := isHeadlessService(oldService)
    	newIsHeadless := isHeadlessService(service)
    
    	// if changed to/from headless, then bail out
    	if newIsHeadless != oldIsHeadless {
    		return allErrs
    	}
    	// headless can change families
    	if newIsHeadless {
    		return allErrs
    	}
    
    	switch {
    	case len(oldService.Spec.IPFamilies) == len(service.Spec.IPFamilies):
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    	fp := NewFakeProxier(ipt)
    
    	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: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  7. staging/src/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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	// of the service will fail. This field can not be changed through updates.
    	// Valid values are "None", empty string (""), or a valid IP address. "None"
    	// can be specified for headless services when proxying is not required.
    	// Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if
    	// type is ExternalName.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

    - On single-stack configured (IPv4 or IPv6, but not both) clusters, Services which are both headless (no clusterIP) and selectorless (empty or undefined selector) will report `ipFamilyPolicy RequireDualStack` and will have entries in `ipFamilies[]` for both IPv4 and IPv6.  This is a change from alpha, but does not have any impact on the manually-specified...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top