Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for Backend (0.32 sec)

  1. cluster/gce/gci/configure-helper.sh

      # Default level for all other requests.
      - level: Metadata
        omitStages:
          - "RequestReceived"
    EOF
    }
    
    # Writes the configuration file used by the webhook advanced auditing backend.
    function create-master-audit-webhook-config {
      local -r path="${1}"
    
      if [[ -n "${GCP_AUDIT_URL:-}" ]]; then
        # The webhook config file is a kubeconfig file describing the webhook endpoint.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. cmd/metrics-v2.go

    		})
    
    		metrics = append(metrics, MetricV2{
    			Description: getNodeStandardParityMD(),
    			Value:       float64(storageInfo.Backend.StandardSCParity),
    		})
    
    		metrics = append(metrics, MetricV2{
    			Description: getNodeRRSParityMD(),
    			Value:       float64(storageInfo.Backend.RRSCParity),
    		})
    
    		return
    	})
    	return mg
    }
    
    func getClusterWriteQuorumMD() MetricDescription {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  3. cmd/bucket-replication.go

    	resyncTimer := time.NewTimer(resyncTimeInterval)
    	defer resyncTimer.Stop()
    
    	// For each bucket name, store the last timestamp of the
    	// successful save of replication status in the backend disks.
    	lastResyncStatusSave := make(map[string]time.Time)
    
    	for {
    		select {
    		case <-resyncTimer.C:
    			s.RLock()
    			for bucket, brs := range s.statusMap {
    				var updt bool
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  4. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/internal/concurrent/TaskRunner$runnable$1;->run()V
    HSPLokhttp3/internal/concurrent/TaskRunner;-><clinit>()V
    HSPLokhttp3/internal/concurrent/TaskRunner;-><init>(Lokhttp3/internal/concurrent/TaskRunner$Backend;Ljava/util/logging/Logger;I)V
    HSPLokhttp3/internal/concurrent/TaskRunner;->access$runTask(Lokhttp3/internal/concurrent/TaskRunner;Lokhttp3/internal/concurrent/Task;)V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let description = [{
        Returns the index with the smallest value across dimensions of a tensor.
          a = [1, 10, 26.9, 2.8, 166.32, 62.3]
          b = tf.math.argmin(input = a)
          c = tf.keras.backend.eval(b)
      }];
    
      let arguments = (
        ins TFL_TensorOf<[I1, F32, I32, I8, UI8, QI8, QUI8]>:$input,
        TFL_I32OrI64Tensor:$dim
      );
    
      let results = (outs
        TFL_I32OrI64Tensor:$output
      );
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    			IngressClassName: utilpointer.StringPtr("foo"),
    			DefaultBackend: &networking.IngressBackend{
    				Service: &networking.IngressServiceBackend{
    					Name: "default-backend",
    					Port: networking.ServiceBackendPort{
    						Name:   "default-backend",
    						Number: 80,
    					},
    				},
    			},
    		},
    		Status: networking.IngressStatus{
    			LoadBalancer: networking.IngressLoadBalancerStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. src/net/http/transport_test.go

    	}
    }
    
    func TestTransportCONNECTBidi(t *testing.T) { run(t, testTransportCONNECTBidi, []testMode{http1Mode}) }
    func testTransportCONNECTBidi(t *testing.T, mode testMode) {
    	const target = "backend:443"
    	cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		if r.Method != "CONNECT" {
    			t.Errorf("unexpected method %q", r.Method)
    			w.WriteHeader(500)
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  8. tests/integration/pilot/common/routing.go

    			}
    			// Setup tests for various forms of the API
    			// TODO: it may be necessary to vary the inputs of the hash and ensure we get a different backend
    			// But its pretty hard to test that, so for now just ensure we hit the same one.
    			t.RunTraffic(TrafficTestCase{
    				name:   "source ip " + c.Config().Service,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              }
            },
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.discovery.v1.Endpoint": {
            "description": "Endpoint represents a single logical \"backend\" implementing a service.",
            "properties": {
              "addresses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/generic.rules

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Simplifications that apply to all backend architectures. As an example, this
    // Go source code
    //
    // y := 0 * x
    //
    // can be translated into y := 0 without losing any information, which saves a
    // pointless multiplication instruction. Other .rules files in this directory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top