Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for preferGo (0.33 sec)

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

    		helpTestCreateUpdateDeleteWithFamilies(t, testCasesV4, []api.IPFamily{api.IPv4Protocol})
    	})
    
    	// Dual-stack v4,v6 cases: Covers the full matrix of:
    	//    policy={nil, single, prefer, require}
    	//    families={nil, single, dual}
    	//    ips={nil, single, dual}
    	testCasesV4V6 := []cudTestCase{{
    		name: "policy:nil_families:nil_ips:nil",
    		line: line(),
    		create: svcTestCase{
    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. pkg/apis/core/types.go

    	// or as identified by service.spec.ipFamilies field
    	IPFamilyPolicySingleStack IPFamilyPolicy = "SingleStack"
    	// IPFamilyPolicyPreferDualStack indicates that this service prefers dual-stack when
    	// the cluster is configured for dual-stack. If the cluster is not configured
    	// for dual-stack the service will be assigned a single IPFamily. If the IPFamily is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	// write frames that do not conform to the HTTP/2 spec. This
    	// permits using the Framer to test other HTTP/2
    	// implementations' conformance to the spec.
    	// If false, the Write methods will prefer to return an error
    	// rather than comply.
    	AllowIllegalWrites bool
    
    	// AllowIllegalReads permits the Framer's ReadFrame method
    	// to return non-compliant frames or frame orders.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"preferredDuringSchedulingIgnoredDuringExecution": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each...
    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. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Flags  uint32
    	Change uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    	Flags     uint8
    	Scope     uint8
    	Index     uint32
    }
    
    type IfaCacheinfo struct {
    	Prefered uint32
    	Valid    uint32
    	Cstamp   uint32
    	Tstamp   uint32
    }
    
    type RtMsg struct {
    	Family   uint8
    	Dst_len  uint8
    	Src_len  uint8
    	Tos      uint8
    	Table    uint8
    	Protocol uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// or as identified by service.spec.ipFamilies field
    	IPFamilyPolicySingleStack IPFamilyPolicy = "SingleStack"
    	// IPFamilyPolicyPreferDualStack indicates that this service prefers dual-stack when
    	// the cluster is configured for dual-stack. If the cluster is not configured
    	// for dual-stack the service will be assigned a single IPFamily. If the IPFamily is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    Prefix:!1}})},directionVariants:({addVariant:i})=>{i("ltr",'&:where([dir="ltr"], [dir="ltr"] *)'),i("rtl",'&:where([dir="rtl"], [dir="rtl"] *)')},reducedMotionVariants:({addVariant:i})=>{i("motion-safe","@media (prefers-reduced-motion: no-preference)"),i("motion-reduce","@media (prefers-reduced-motion: reduce)")},darkVariants:({config:i,addVariant:e})=>{let[t,r=".dark"]=[].concat(i("darkMode","media"));if(t===!1&&(t="media",F.warn("darkmode-false",["The `darkMode` option in your Tailwind CSS configuration...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // may or may not try to eventually evict the pod from its node.
      // +optional
      optional NodeSelector requiredDuringSchedulingIgnoredDuringExecution = 1;
    
      // The scheduler will prefer to schedule pods to nodes that satisfy
      // the affinity expressions specified by this field, but it may choose
      // a node that violates one or more of the expressions. The node that is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-64308`](https://youtrack.jetbrains.com/issue/KT-64308) K2: prefer call with Unit conversion at lower level to one without Unit conversion at upper level
    - [`KT-64307`](https://youtrack.jetbrains.com/issue/KT-64307) K2: prefer function with default arguments at lower level to one without them at upper level during callable reference resolve
    - [`KT-64306`](https://youtrack.jetbrains.com/issue/KT-64306) K2: prefer SAM at lower level to a functional type at upper level
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "Node affinity is a group of node affinity scheduling rules.",
            "properties": {
              "preferredDuringSchedulingIgnoredDuringExecution": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top