Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for NIC (0.03 sec)

  1. pkg/kubelet/cm/devicemanager/topology_hints_test.go

    									v1.ResourceName("gpu"):             resource.MustParse("1"),
    									v1.ResourceName("nic"):             resource.MustParse("1"),
    								},
    							},
    						},
    					},
    				},
    			},
    			registeredDevices: []string{"gpu", "nic"},
    			expected:          map[string]int{"gpu": 2, "nic": 2},
    		},
    		{
    			description: "Init containers request more device plugin resources than user containers",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 47.5K bytes
    - Viewed (0)
  2. cmd/globals.go

    	deleteMultipartCleanupSleeper = newDynamicSleeper(5, 25*time.Millisecond, false)
    
    	// Is _MINIO_DISABLE_API_FREEZE_ON_BOOT set?
    	globalDisableFreezeOnBoot bool
    
    	// Contains NIC interface name used for internode communication
    	globalInternodeInterface     string
    	globalInternodeInterfaceOnce sync.Once
    
    	// Set last client perf extra time (get lock, and validate)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. pkg/util/iptables/iptables.go

    	// ChainOutput used for the packets going out from local
    	ChainOutput Chain = "OUTPUT"
    	// ChainInput used for incoming packets
    	ChainInput Chain = "INPUT"
    	// ChainForward used for the packets for another NIC
    	ChainForward Chain = "FORWARD"
    )
    
    const (
    	cmdIPTablesSave     string = "iptables-save"
    	cmdIPTablesRestore  string = "iptables-restore"
    	cmdIPTables         string = "iptables"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
  4. cmd/server-main.go

    	nodeNameSum := sha256.Sum256([]byte(globalLocalNodeName))
    	globalLocalNodeNameHex = hex.EncodeToString(nodeNameSum[:])
    
    	// Initialize, see which NIC the service is running on, and save it as global value
    	setGlobalInternodeInterface(ctxt.Interface)
    
    	globalTCPOptions = xhttp.TCPOptions{
    		UserTimeout: int(ctxt.UserTimeout.Milliseconds()),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (1)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    newmexico.museum newport.museum news news.hu newspaper.museum newyork.museum next nextdirect nexus neyagawa.osaka.jp nf nf.ca nfl nflfan.org nfshost.com ng ng.eu.org ngo ngo.lk ngo.ng ngo.ph ngo.za ngrok.io nh-serv.co.uk nh.us nhk nhlfan.net nhs.uk ni nic.in nic.tj nic.za nichinan.miyazaki.jp nichinan.tottori.jp nico nid.io niepce.museum nieruchomosci.pl niigata.jp niigata.niigata.jp niihama.ehime.jp niikappu.hokkaido.jp niimi.okayama.jp niiza.saitama.jp nikaho.akita.jp nike niki.hokkaido.jp nikita.jp nikko.tochigi.jp...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top