Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 198 for datadir (0.39 sec)

  1. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    "proxyv2", "resources": { "limits": { "cpu": "2000m", "memory": "1024Mi" }, "requests": { "cpu": "10m", "memory": "10Mi" } } }, "remotePilotAddress": "", "sds": { "token": { "aud": "istio-ca" } }, "sts": { "servicePort": 0 }, "tag": "1.10.0", "tracer": { "datadog": { "address": "$(HOST_IP):8126" }, "lightstep": { "accessToken": "", "address": "" }, "stackdriver": { "debug": false, "maxNumberOfAnnotatio": 200, "maxNumberOfAttribute": 200, "maxNumberOfMessageEv": 200 }, "zipkin": { "address": "" } }, "useMCP":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/parse.go

    	labels        map[string]*obj.Prog
    	toPatch       []Patch
    	addr          []obj.Addr
    	arch          *arch.Arch
    	ctxt          *obj.Link
    	firstProg     *obj.Prog
    	lastProg      *obj.Prog
    	dataAddr      map[string]int64 // Most recent address for DATA for this symbol.
    	isJump        bool             // Instruction being assembled is a jump.
    	allowABI      bool             // Whether ABI selectors are allowed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 14:34:57 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    "proxyv2", "resources": { "limits": { "cpu": "2000m", "memory": "1024Mi" }, "requests": { "cpu": "10m", "memory": "10Mi" } } }, "remotePilotAddress": "", "sds": { "token": { "aud": "istio-ca" } }, "sts": { "servicePort": 0 }, "tag": "1.8.6", "tracer": { "datadog": { "address": "$(HOST_IP):8126" }, "lightstep": { "accessToken": "", "address": "" }, "stackdriver": { "debug": false, "maxNumberOfAnnotatio": 200, "maxNumberOfAttribute": 200, "maxNumberOfMessageEv": 200 }, "zipkin": { "address": "" } }, "trustDomain":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    "proxyv2", "resources": { "limits": { "cpu": "2000m", "memory": "1024Mi" }, "requests": { "cpu": "10m", "memory": "10Mi" } } }, "remotePilotAddress": "", "sds": { "token": { "aud": "istio-ca" } }, "sts": { "servicePort": 0 }, "tag": "1.9.5", "tracer": { "datadog": { "address": "$(HOST_IP):8126" }, "lightstep": { "accessToken": "", "address": "" }, "stackdriver": { "debug": false, "maxNumberOfAnnotatio": 200, "maxNumberOfAttribute": 200, "maxNumberOfMessageEv": 200 }, "zipkin": { "address": "" } }, "trustDomain":...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/values.yaml

              memory: 1024Mi
          # Default port for Pilot agent health checks. A value of 0 will disable health checking.
          statusPort: 15020
          # Specify which tracer to use. One of: zipkin, lightstep, datadog, stackdriver, none.
          # If using stackdriver tracer outside GCP, set env GOOGLE_APPLICATION_CREDENTIALS to the GCP credential file.
          tracer: "none"
        proxy_init:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  6. docs/az/docs/index.md

    **Typer** FastAPI-ın kiçik qardaşıdır. Və o, CLI-lərin **FastAPI**-ı olmaq üçün nəzərdə tutulub. ⌨️ 🚀
    
    ## Tələblər
    
    FastAPI nəhənglərin çiyinlərində dayanır:
    
    * Web tərəfi üçün <a href="https://www.starlette.io/" class="external-link" target="_blank">Starlette</a>.
    * Data tərəfi üçün <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  7. pkg/bootstrap/config.go

    			}
    			opts = append(opts, option.LightstepAddress(tracer.Lightstep.Address),
    				option.LightstepToken(lightstepAccessTokenPath))
    		case *meshAPI.Tracing_Datadog_:
    			opts = append(opts, option.DataDogAddress(tracer.Datadog.Address))
    		case *meshAPI.Tracing_Stackdriver_:
    			projectID, projFound := metadata.PlatformMetadata[platform.GCPProject]
    			if !projFound {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

             llvm::zip_first(segment_ids_type.getShape(), data_type.getShape())) {
          int64_t segment_id_dim = std::get<0>(shape_pair);
          int64_t data_dim = std::get<1>(shape_pair);
          if (!ShapedType::isDynamic(segment_id_dim) &&
              !ShapedType::isDynamic(data_dim) && segment_id_dim != data_dim)
            return op.emitOpError(
                       "requires segment ids shape to be a prefix of data shape, "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_386.go

    	BPF_TXA                          = 0x80
    	BPF_W                            = 0x0
    	BPF_X                            = 0x8
    	DT_BLK                           = 0x6
    	DT_CHR                           = 0x2
    	DT_DIR                           = 0x4
    	DT_FIFO                          = 0x1
    	DT_LNK                           = 0xa
    	DT_REG                           = 0x8
    	DT_SOCK                          = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_netbsd_386.go

    	DLT_WIHART                        = 0xdf
    	DLT_X2E_SERIAL                    = 0xd5
    	DLT_X2E_XORAYA                    = 0xd6
    	DT_BLK                            = 0x6
    	DT_CHR                            = 0x2
    	DT_DIR                            = 0x4
    	DT_FIFO                           = 0x1
    	DT_LNK                            = 0xa
    	DT_REG                            = 0x8
    	DT_SOCK                           = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.5K bytes
    - Viewed (0)
Back to top