Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 179 for Ticket (0.17 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	WSALookupServiceEnd(handle Handle) (err error) [failretval==socket_error] = ws2_32.WSALookupServiceEnd
    //sys	socket(af int32, typ int32, protocol int32) (handle Handle, err error) [failretval==InvalidHandle] = ws2_32.socket
    //sys	sendto(s Handle, buf []byte, flags int32, to unsafe.Pointer, tolen int32) (err error) [failretval==socket_error] = ws2_32.sendto
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    				bind.bindToPort = true
    			} else if strings.HasPrefix(egressListener.IstioListener.Bind, model.UnixAddressPrefix) {
    				// If the bind is a Unix domain socket, set bindtoPort to true as it makes no
    				// sense to have ORIG_DST listener for unix domain socket listeners.
    				bind.bindToPort = true
    			}
    		}
    
    		// If capture mode is NONE i.e., bindToPort is true, and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	svcUnload(&svcNameTable[svc_EZBNMIF4][0], EZBNMIF4)
    
    	return &tcpinfo, nil
    }
    
    // GetsockoptString returns the string value of the socket option opt for the
    // socket associated with fd at the given socket level.
    func GetsockoptString(fd, level, opt int) (string, error) {
    	buf := make([]byte, 256)
    	vallen := _Socklen(len(buf))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

      } Catch { }
    
      # Add a route from the management NIC to the pod CIDR.
      #
      # When a packet from a Kubernetes service backend arrives on the destination
      # Windows node, the reverse SNAT will be applied and the source address of
      # the packet gets replaced from the pod IP to the service VIP. The packet
      # will then leave the VM and return back through hairpinning.
      #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    					),
    				},
    			},
    			attempts:              1,
    			minQueueIndexExpected: []int{1},
    			robinIndexExpected:    []int{1},
    		},
    		{
    			name:             "width1=1, all seats are occupied, no queue is picked",
    			concurrencyLimit: 1,
    			totSeatsInUse:    1,
    			robinIndex:       -1,
    			queues: []*queue{
    				{
    					nextDispatchR: fcrequest.SeatsTimesDuration(1, 200*time.Second),
    					requestsWaiting: newFIFO(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/regalloc.go

    	// preregalloc Value it was derived from.
    	orig []*Value
    
    	// current state of each register
    	regs []regState
    
    	// registers that contain values which can't be kicked out
    	nospill regMask
    
    	// mask of registers currently in use
    	used regMask
    
    	// mask of registers used since the start of the current block
    	usedSinceBlockStart regMask
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  7. cmd/xl-storage_test.go

    		// passing invalid bucket names.
    		{"", false},
    		{SlashSeparator, false},
    		{"a", false},
    		{"ab", false},
    		{"ab/", true},
    		{"......", true},
    	}
    
    	for i, testCase := range testCases {
    		isValidVolname := isValidVolname(testCase.volName)
    		if testCase.shouldPass && !isValidVolname {
    			t.Errorf("Test case %d: Expected \"%s\" to be a valid bucket name", i+1, testCase.volName)
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier.go

    	// kube proxy canary chain is used for monitoring rule reload
    	kubeProxyCanaryChain utiliptables.Chain = "KUBE-PROXY-CANARY"
    
    	// kubeletFirewallChain is a duplicate of kubelet's firewall containing
    	// the anti-martian-packet rule. It should not be used for any other
    	// rules.
    	kubeletFirewallChain utiliptables.Chain = "KUBE-FIREWALL"
    
    	// largeClusterEndpointsThreshold is the number of endpoints at which
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/sidecar_simulation_test.go

    							Number:   80,
    							Protocol: "HTTP",
    							Name:     "http",
    						},
    						DefaultEndpoint: "unix:///socket",
    					}}},
    				},
    			},
    			clusters: map[string][]string{
    				"inbound|80||": {"/socket"},
    			},
    		},
    		{
    			name: "multiple ingress",
    			configs: []config.Config{
    				{
    					Meta: config.Meta{GroupVersionKind: gvk.Sidecar, Namespace: "default", Name: "sidecar"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  10. docs/metrics/prometheus/grafana/minio-dashboard.json

              "interval": "1m",
              "legendFormat": "[{{server}}]",
              "refId": "A"
            }
          ],
          "title": "Bucket Scans Finished",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "fieldConfig": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
Back to top