Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for OP (0.08 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	if rulesTotalMetric != rulesTotal {
    		t.Errorf("metric shows %d rules total but expected %d", rulesTotalMetric, rulesTotal)
    	}
    
    	// Add a service, sync, then add its endpoints. (The first sync will be a no-op other
    	// than adding the REJECT rule. The second sync will create the new service.)
    	var svc4 *v1.Service
    	makeServiceMap(fp,
    		makeTestService("ns4", "svc4", func(svc *v1.Service) {
    			svc4 = svc
    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. CHANGELOG/CHANGELOG-1.22.md

    method of keeping track of what API endpoints exists in the cluster was replaced (in a prior release) by a method to annotate the etcd Pods that `kubeadm` creates in "stacked etcd" clusters. The following CLI sub-phases are deprecated and are now a NO-OP: for `kubeadm join`: "control-plane-join/update-status", for `kubeadm reset`: "update-cluster-status". Unless you are using these phases explicitly, you should not be affected. ([#101915](https://github.com/kubernetes/kubernetes/pull/101915), [@neo...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*13424*/ uint16(xArgRM64),
    	/*13425*/ uint16(xMatch),
    	/*13426*/ uint16(xSetOp), uint16(PUSH),
    	/*13428*/ uint16(xArgRM64),
    	/*13429*/ uint16(xMatch),
    }
    
    const (
    	_ Op = iota
    
    	AAA
    	AAD
    	AAM
    	AAS
    	ADC
    	ADD
    	ADDPD
    	ADDPS
    	ADDSD
    	ADDSS
    	ADDSUBPD
    	ADDSUBPS
    	AESDEC
    	AESDECLAST
    	AESENC
    	AESENCLAST
    	AESIMC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // We cannot fuse this tfl.mul into the preceding conv op because %cst2 is not broadcast-compatible to %cst0.
      %1 = "tfl.mul"(%0, %cst2) {fused_activation_function = "RELU6"} : (tensor<1x4x4x2xf32>, tensor<4x2xf32>) -> tensor<1x4x4x2xf32>
    
      func.return %1 : tensor<1x4x4x2xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.15.md

    - Fixes conversion error in multi-version custom resources that could cause metadata.generation to increment on no-op patches or updates of a custom resource. ([#88995](https://github.com/kubernetes/kubernetes/pull/88995), [@liggitt](https://github.com/liggitt)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    // Code generated by ppc64map -fmt=decoder ../pp64.csv DO NOT EDIT.
    
    package ppc64asm
    
    const (
    	_ Op = iota
    	HASHCHK
    	HASHCHKP
    	HASHST
    	HASHSTP
    	BRD
    	BRH
    	BRW
    	CFUGED
    	CNTLZDM
    	CNTTZDM
    	DCFFIXQQ
    	DCTFIXQQ
    	LXVKQ
    	LXVP
    	LXVPX
    	LXVRBX
    	LXVRDX
    	LXVRHX
    	LXVRWX
    	MTVSRBM
    	MTVSRBMI
    	MTVSRDM
    	MTVSRHM
    	MTVSRQM
    	MTVSRWM
    	PADDI
    	PDEPD
    	PEXTD
    	PLBZ
    	PLD
    	PLFD
    	PLFS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.9.md

    #### **Cloud Provider Integration**
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    * The CPU Manager feature is now beta, and is enabled by default, but the default policy is no-op so no action is required. ([#55977](https://github.com/kubernetes/kubernetes/pull/55977), [@ConnorDoyle](https://github.com/ConnorDoyle))
    
    ### OpenStack
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg io/fs, type GlobFS interface, Open(string) (File, error)
    pkg io/fs, type PathError struct
    pkg io/fs, type PathError struct, Err error
    pkg io/fs, type PathError struct, Op string
    pkg io/fs, type PathError struct, Path string
    pkg io/fs, type ReadDirFS interface { Open, ReadDir }
    pkg io/fs, type ReadDirFS interface, Open(string) (File, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top