Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 79 for anotherOk (0.24 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    			v1helper.ContainsAccessMode(volumeToMount.VolumeSpec.PersistentVolume.Spec.AccessModes, v1.ReadWriteOncePod) {
    
    			err = goerrors.New("volume uses the ReadWriteOncePod access mode and is already in use by another pod")
    			eventErr, detailedErr := volumeToMount.GenerateError("MountVolume.SetUp failed", err)
    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    
    		// Get attacher, if possible
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/LocalCache.java

            }
          }
          return oldValue;
        }
    
        /**
         * Refreshes the value associated with {@code key}, unless another thread is already doing so.
         * Returns the newly refreshed value associated with {@code key} if it was refreshed inline, or
         * {@code null} if another thread is performing the refresh or if an error occurs during
         * refresh.
         */
        @CanIgnoreReturnValue
        @CheckForNull
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  3. src/net/http/transport_test.go

    		rw.Write([]byte("Hello"))
    	})).ts
    
    	cases := []struct {
    		trailer Header
    		wantErr string
    	}{
    		{Header{"Trx": {"x\r\nX-Another-One"}}, `invalid trailer field value for "Trx"`},
    		{Header{"\r\nTrx": {"X-Another-One"}}, `invalid trailer field name "\r\nTrx"`},
    	}
    
    	for i, tt := range cases {
    		testName := fmt.Sprintf("%s%d", mode, i)
    		t.Run(testName, func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  4. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	if err != nil {
    		t.Fatalf("unexpected error from AddUnschedulableIfNotPresent: %v", err)
    	}
    	expectInFlightPods(t, q)
    	// Construct another Pod, and associate its scheduler failure to plugin "barPlugin".
    	hpp2 := clonePod(highPriorityPodInfo.Pod, "hpp2")
    	q.activeQ.Add(q.newQueuedPodInfo(hpp2))
    	if p, err := q.Pop(logger); err != nil || p.Pod != hpp2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    	response1c := make(chan string, 1)
    	go fetch(1, response1c)
    
    	// Wait for the server to accept it; grab the connection.
    	conn1 := <-conns
    
    	// Start another request and grab its connection
    	response2c := make(chan string, 1)
    	go fetch(2, response2c)
    	conn2 := <-conns
    
    	// Send a response on connection 2.
    	conn2.(*blockingRemoteAddrConn).addrs <- &net.TCPAddr{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

    - **Scheduling**
      - [alpha] Allows pods to require or prohibit (or prefer or prefer not) co-scheduling on the same node (or zone or other topology domain) as another set of pods. ([docs](http://kubernetes.io/docs/user-guide/node-selection/) ([kubernetes/features#51](https://github.com/kubernetes/enhancements/issues/51))
    - **Storage**
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  7. pkg/config/validation/validation_test.go

    			namespace:                     "ns5",
    			exportTo:                      []string{"somens"},
    			isServiceEntry:                false,
    			isDestinationRuleWithSelector: true,
    			wantErr:                       true,
    		},
    		{
    			name:                          "destination rule with workloadselector cannot have another ns in addition to own ns in exportTo (.)",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  8. src/reflect/value.go

    	return add(p, uintptr(i)*eltSize, "i < len")
    }
    
    // Grow increases the slice's capacity, if necessary, to guarantee space for
    // another n elements. After Grow(n), at least n elements can be appended
    // to the slice without another allocation.
    //
    // It panics if v's Kind is not a [Slice] or if n is negative or too large to
    // allocate the memory.
    func (v Value) Grow(n int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. cmd/metrics-v2.go

    		Type:      gaugeMetric,
    	}
    }
    
    func getRepReceivedBytesMD(namespace MetricNamespace) MetricDescription {
    	helpText := "Total number of bytes replicated to this bucket from another source bucket"
    	if namespace == clusterMetricNamespace {
    		helpText = "Total number of bytes replicated to this cluster from site replication peer"
    	}
    	return MetricDescription{
    		Namespace: namespace,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        }
    
        func.return %1 : tensor<2xi32>
      }
    
      // Tests extraction of an outside compiled tf.IfRegion op where the entirety
      // of tf.IfRegion op is outside compiled and wrapped inside another
      // tf.IfRegion op
    
      // CHECK-LABEL: func @outside_compiled_tf_if_nested
      func.func @outside_compiled_tf_if_nested(%arg0: tensor<2xi32>) -> tensor<2xi32> {
        // CHECK:      %[[A_OUT:[0-9]*]] = "tf.A"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
Back to top