Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for iovs (0.09 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    	"k8s.io/kubernetes/pkg/proxy/healthcheck"
    	utilipset "k8s.io/kubernetes/pkg/proxy/ipvs/ipset"
    	ipsettest "k8s.io/kubernetes/pkg/proxy/ipvs/ipset/testing"
    	netlinktest "k8s.io/kubernetes/pkg/proxy/ipvs/testing"
    	utilipvs "k8s.io/kubernetes/pkg/proxy/ipvs/util"
    	ipvstest "k8s.io/kubernetes/pkg/proxy/ipvs/util/testing"
    	"k8s.io/kubernetes/pkg/proxy/metrics"
    	proxyutil "k8s.io/kubernetes/pkg/proxy/util"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

          fi
    
          if ! sudo modprobe -a ip_vs ip_vs_rr ip_vs_wrr ip_vs_sh ${conntrack_module}; then
            # If IPVS modules are not present, make sure the node does not come up as
            # healthy.
            exit 1
          fi
          params+=" --proxy-mode=ipvs --ipvs-sync-period=1m --ipvs-min-sync-period=10s"
          ;;
        nftables)
          # Pass --conntrack-tcp-be-liberal so we can test that this makes the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    	switch GOOS {
    	case "aix", "darwin", "illumos", "ios", "solaris", "windows":
    		return true
    	case "openbsd":
    		return GOARCH != "mips64"
    	}
    	return false
    }
    
    // mStackIsSystemAllocated indicates whether this runtime starts on a
    // system-allocated stack.
    func mStackIsSystemAllocated() bool {
    	switch GOOS {
    	case "aix", "darwin", "plan9", "illumos", "ios", "solaris", "windows":
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    	//
    	// Using the same CFLAGS/LDFLAGS here and for building the program.
    
    	// On the iOS builder the command
    	//   $CC -Wl,--no-gc-sections -x c - -o /dev/null < /dev/null
    	// is failing with:
    	//   Unable to remove existing file: Invalid argument
    	tmp := os.DevNull
    	if runtime.GOOS == "windows" || runtime.GOOS == "ios" {
    		f, err := os.CreateTemp(b.WorkDir, "")
    		if err != nil {
    			return false
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/bootstrap.min.js.map

    Popper(referenceElement, this._menu, this._getPopperConfig())\n    }\n\n    // If this is a touch-enabled device we add extra\n    // empty mouseover listeners to the body's immediate children;\n    // only needed because of broken event delegation on iOS\n    // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n    if ('ontouchstart' in document.documentElement &&\n        $(parent).closest(Selector.NAVBAR_NAV).length === 0) {\n      $(document.body).children().on('mouseover', null,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    CBMKU29tZS1TdGF0ZTERMA8GA1UEChMITUQ1IEluYy4wgZ8wDQYJKoZIhvcNAQEB
    BQADgY0AMIGJAoGBANrq2nhLQj5mlXbpVX3QUPhfEm/vdEqPkoWtR/jRZIWm4WGf
    Wpq/LKHJx2Pqwn+t117syN8l4U5unyAi1BJSXjBwPZNd7dXjcuJ+bRLV7FZ/iuvs
    cfYyQQFTxan4TaJMd0x1HoNDbNbjHa02IyjjYE/r3mb/PIg+J2t5AZEh80lPAgMB
    AAEwDQYJKoZIhvcNAQEEBQADgYEAjGzp3K3ey/YfKHohf33yHHWd695HQxDAP+wY
    cs9/TAyLR+gJzJP7d18EcDDLJWVi7bhfa4EAD86di05azOh9kWSn4b3o9QYRGCSw
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. src/main/webapp/js/bootstrap.min.js.map

    Popper(referenceElement, this._menu, this._getPopperConfig())\n    }\n\n    // If this is a touch-enabled device we add extra\n    // empty mouseover listeners to the body's immediate children;\n    // only needed because of broken event delegation on iOS\n    // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n    if ('ontouchstart' in document.documentElement &&\n        $(parent).closest(Selector.NAVBAR_NAV).length === 0) {\n      $(document.body).children().on('mouseover', null,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  8. src/crypto/x509/verify_test.go

    		t.Error(err)
    	}
    	t.Logf("verification took %v", time.Since(start))
    }
    
    func TestSystemRootsError(t *testing.T) {
    	if runtime.GOOS == "windows" || runtime.GOOS == "darwin" || runtime.GOOS == "ios" {
    		t.Skip("Windows and darwin do not use (or support) systemRoots")
    	}
    
    	defer func(oldSystemRoots *CertPool) { systemRoots = oldSystemRoots }(systemRootsPool())
    
    	opts := VerifyOptions{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    // in addition to android tags and files.
    //
    // Using GOOS=illumos matches build tags and files as for GOOS=solaris
    // in addition to illumos tags and files.
    //
    // Using GOOS=ios matches build tags and files as for GOOS=darwin
    // in addition to ios tags and files.
    //
    // The defined architecture feature build tags are:
    //
    //   - For GOARCH=386, GO386=387 and GO386=sse2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    }���tjA�����N�ة���x�I� ��+�������t�d[�d;�����(J*o;\����k�_��& q�H���GU��[�I�S۸� siW.����6�v�aB�Zh�v���m���Y�*�x�'�u��}��'��A(Uy���Zs���2����(�Wn%[��j��.��ڶAo����M��i5U��7Uk�PSUBS���V��P��j��.���v&E����M��i5U�7Uk�PS�ñu�[��f�IoV}IYZyYھ����o۹nq�J�}��j�jѷ}k�P�W�m��cz���� 4U;\w Mն���,M�l��O��:_���X˰�_�/5��%U�H�X˰k_�_�Y�K���vf��L�t��O%E��'�+������b�x\fu�: �'��b�|䱖a׾���Y�K�v�vC��]��ç�­���L�XT@w�^Z��M�C>b5��+���u����_}i���uԭ��7�S��j���G�}/�n�X��O����N��rl���}7z��c...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
Back to top