Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for 9$ (0.03 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		}},
    		expectedNewlyActiveUDPServices: map[proxy.ServicePortName]bool{},
    		expectedLocalEndpoints:         map[types.NamespacedName]int{},
    	}, {
    		// Case[9]: add a subset
    		name:              "add a subset",
    		previousEndpoints: []*discovery.EndpointSlice{namedPort[0], nil},
    		currentEndpoints:  multipleSubsetsWithLocal,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Description: "observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.",
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"lastTransitionTime": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    		if typ.IsFloat() {
    			hasIntrinsic := false
    			switch Arch.LinkArch.Family {
    			case sys.AMD64, sys.ARM64, sys.RISCV64:
    				hasIntrinsic = true
    			case sys.PPC64:
    				hasIntrinsic = buildcfg.GOPPC64 >= 9
    			}
    
    			if hasIntrinsic {
    				var op ssa.Op
    				switch {
    				case typ.Kind() == types.TFLOAT64 && n.Op() == ir.OMIN:
    					op = ssa.OpMin64F
    				case typ.Kind() == types.TFLOAT64 && n.Op() == ir.OMAX:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top