Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for multi2 (0.14 sec)

  1. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "desc"
            }
          },
          "pluginVersion": "10.4.0",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/istio-service-dashboard.json

          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "right",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.1.5",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 111.8K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-workload-dashboard.json

          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "right",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.1.5",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
  4. samples/addons/grafana.yaml

    g\":{\"list\":[{\"hide\":0,\"includeAll\":false,\"multi\":false,\"name\":\"datasource\",\"options\":[],\"query\":\"prometheus\",\"queryValue\":\"\",\"refresh\":1,\"regex\":\"\",\"skipUrlSync\":false,\"type\":\"datasource\"},{\"current\":{\"selected\":true,\"text\":\"default\",\"value\":\"default\"},\"datasource\":{\"type\":\"prometheus\",\"uid\":\"${datasource}\"},\"definition\":\"\",\"hide\":0,\"includeAll\":false,\"label\":\"Namespace\",\"multi\":false,\"name\":\"namespace\",\"options\":[],\"q...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  5. src/net/http/server.go

    		return false
    	}
    	// We can't directly implement the definition (empty match for multi
    	// wildcard) because we don't record a match for anonymous multis.
    
    	// If there is no multi, the match is exact.
    	if !n.pattern.lastSegment().multi {
    		return true
    	}
    
    	// If the path doesn't end in a trailing slash, then the multi match
    	// is non-empty.
    	if len(path) > 0 && path[len(path)-1] != '/' {
    		return false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Gateway to be used as an [Egress Gateway](https://istio.io/latest/docs/tasks/traffic-management/egress/egress-gateway/): ```yaml service: # Egress gateways do not need an external LoadBalancer IP type: ClusterIP ``` #### Multi-network/VM Gateway Deploying a Gateway to be used as a [Multi-network Gateway](https://istio.io/latest/docs/setup/install/multicluster/) for network `network-1`: ```yaml networkGateway: network-1 ``` ### Migrating from other installation methods Installations from other installation...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    </p>
    
    <pre>
    a[i] &lt;&lt;= 2
    i &amp;^= 1&lt;&lt;n
    </pre>
    
    <p>
    A tuple assignment assigns the individual elements of a multi-valued
    operation to a list of variables.  There are two forms.  In the
    first, the right hand operand is a single multi-valued expression
    such as a function call, a <a href="#Channel_types">channel</a> or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      //   Func, Stablehlo, Shape, and Quantization.
      //
      // If we do not register them here, an error will be
      // triggered because we cannot load a dialect while in a
      // multi-threaded execution context, and PassManager is
      // multi-threaded.
      let dependentDialects = [
        "chlo::ChloDialect",
        "mhlo::MhloDialect",
        "shape::ShapeDialect",
        "stablehlo::StablehloDialect",
        "vhlo::VhloDialect",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  9. pkg/config/validation/validation_test.go

    		{name: "weight = 0", routes: []*networking.RouteDestination{{
    			Destination: &networking.Destination{Host: "foo.baz.south"},
    			Weight:      0,
    		}}, valid: true},
    		{name: "total weight = 0 with multi RouteDestination", routes: []*networking.RouteDestination{{
    			Destination: &networking.Destination{Host: "foo.baz.south"},
    			Weight:      0,
    		}, {
    			Destination: &networking.Destination{Host: "foo.baz.east"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/proxier_test.go

    		svc.Spec.Ports = addTestPort(svc.Spec.Ports, "port2", "TCP", 1235, 0, 0)
    		svc.Spec.Ports = addTestPort(svc.Spec.Ports, "port3", "UDP", 1236, 0, 0)
    	})
    
    	fp.servicesSynced = true
    
    	// first, add multi-port service1
    	fp.OnServiceAdd(service1)
    	fp.syncProxyRules()
    	remainingAddrs, _ := fp.netlinkHandle.ListBindAddress(defaultDummyDevice)
    	// should only remain address "172.16.55.4"
    	if len(remainingAddrs) != 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top