Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 186 for someConf (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler_test.go

    					if len(addedGroups) > 0 {
    						manager.RemoveGroupVersion(addedGroups[0])
    						addedGroups = addedGroups[1:]
    					} else {
    						// Send a request and try to remove a group someone else
    						// might have added
    						_, _, document := fetchPath(manager, "application/json", discoveryPath, "")
    						assert.NotNil(t, document, "manager should always succeed in returning a document")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    //     If we chose to allow any unknown fields, then we would never be able to remove fields we added, as
    //     we cannot tell if we created it or someone else did. SSA fixes these issues
    //   - SSA using client-go Apply libraries is almost a good choice, but most third-party clients (Istio, MCS, and gateway-api)
    //     do not provide these libraries.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

        node.thread = null; // mark as 'deleted'
        restart:
        while (true) {
          Waiter pred = null;
          Waiter curr = waiters;
          if (curr == Waiter.TOMBSTONE) {
            return; // give up if someone is calling complete
          }
          Waiter succ;
          while (curr != null) {
            succ = curr.next;
            if (curr.thread != null) { // we aren't unlinking this node, update pred.
              pred = curr;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  4. guava/src/com/google/common/util/concurrent/AbstractFuture.java

        node.thread = null; // mark as 'deleted'
        restart:
        while (true) {
          Waiter pred = null;
          Waiter curr = waiters;
          if (curr == Waiter.TOMBSTONE) {
            return; // give up if someone is calling complete
          }
          Waiter succ;
          while (curr != null) {
            succ = curr.next;
            if (curr.thread != null) { // we aren't unlinking this node, update pred.
              pred = curr;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  5. src/runtime/runtime-gdb_test.go

    	// by testenv.Command will cause the test to hang indefinitely, but that's
    	// what “no deadline” means, after all — and it's probably the right behavior
    	// anyway if someone is trying to investigate and fix the GDB bug.
    	cmd.Cancel = func() error {
    		t.Logf("GDB command timed out after %v: %v", time.Since(start), cmd)
    		return cmd.Process.Kill()
    	}
    
    	got, err := cmd.CombinedOutput()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  6. src/encoding/gob/type.go

    	if id < 0 || int(id) >= len(builtinIdToTypeSlice) {
    		return nil
    	}
    	return builtinIdToTypeSlice[id]
    }
    
    func setTypeId(typ gobType) {
    	// When building recursive types, someone may get there before us.
    	if typ.id() != 0 {
    		return
    	}
    	nextId := typeId(len(idToTypeSlice))
    	typ.setId(nextId)
    	idToTypeSlice = append(idToTypeSlice, typ)
    }
    
    func (t typeId) gobType() gobType {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  7. src/runtime/mheap.go

    			// Double check basic conditions of zeroedBase.
    			if zeroedBase <= arenaLimit && zeroedBase > arenaBase {
    				// The zeroedBase moved into the space we were trying to
    				// claim. That's very bad, and indicates someone allocated
    				// the same region we did.
    				throw("potentially overlapping in-use allocations detected")
    			}
    		}
    
    		// Move base forward and subtract from npage to move into
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/constants/constants.go

    	// KubeProxyClusterRoleName sets the name for the kube-proxy ClusterRole
    	KubeProxyClusterRoleName = "system:node-proxier"
    	// NodeBootstrapperClusterRoleName defines the name of the auto-bootstrapped ClusterRole for letting someone post a CSR
    	NodeBootstrapperClusterRoleName = "system:node-bootstrapper"
    	// CSRAutoApprovalClusterRoleName defines the name of the auto-bootstrapped ClusterRole for making the csrapprover controller auto-approve the CSR
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/debug.go

    	start, startOK := encodeValue(state.ctxt, pending.startBlock, pending.startValue)
    	end, endOK := encodeValue(state.ctxt, endBlock, endValue)
    	if !startOK || !endOK {
    		// If someone writes a function that uses >65K values,
    		// they get incomplete debug info on 32-bit platforms.
    		return
    	}
    	if start == end {
    		if state.loggingLevel > 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  10. LICENSE

    permission to copy, distribute and/or modify the library.
    
      To protect each distributor, we want to make it very clear that
    there is no warranty for the free library.  Also, if the library is
    modified by someone else and passed on, the recipients should know
    that what they have is not the original version, so that the original
    author's reputation will not be affected by problems that might be
    introduced by others.
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
Back to top