Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for uris (0.21 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

      New-Item -Force -ItemType 'directory' $tmp_dir | Out-Null
    
      $urls = ${kube_env}['NODE_BINARY_TAR_URL'].Split(",")
      $filename = Split-Path -leaf $urls[0]
      $hash = $null
      if ($kube_env.ContainsKey('NODE_BINARY_TAR_HASH')) {
        $hash = ${kube_env}['NODE_BINARY_TAR_HASH']
      }
      MustDownload-File -Hash $hash -OutFile $tmp_dir\$filename -URLs $urls
    
      tar xzvf $tmp_dir\$filename -C $tmp_dir
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    Gradle now uses the `URI` class to parse and decode URLs, but with a fallback to the legacy behavior in the event of an error.
    
    Starting in Gradle 9.0, the fallback will be removed, and an error will be thrown instead.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. cmd/test-utils_test.go

    // Excerpts from @lsegal - https://github.com/aws/aws-sdk-js/issues/659#issuecomment-120477258
    //
    //	User-Agent:
    //
    //	    This is ignored from signing because signing this causes problems with generating pre-signed URLs
    //	    (that are executed by other agents) or when customers pass requests through proxies, which may
    //	    modify the user-agent.
    //
    //	Authorization:
    //
    //	    Is skipped for obvious reasons
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  4. .bazelrc

    # BEGIN TF REMOTE BUILD EXECUTION OPTIONS
    # Options when using remote execution
    # WARNING: THESE OPTIONS WONT WORK IF YOU DO NOT HAVE PROPER AUTHENTICATION AND PERMISSIONS
    
    # Allow creation of resultstore URLs for any bazel invocation
    build:resultstore --google_default_credentials
    build:resultstore --bes_backend=buildeventservice.googleapis.com
    build:resultstore --bes_instance_name="tensorflow-testing"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  5. tests/integration/ambient/baseline_test.go

    metadata:
      name: route
    spec:
      gateways:
      - gateway
      hosts:
      - "*"
      http:
      - match:
        - uri:
            exact: /allowed
        route:
        - destination:
            host: "{{.Destination}}"
            port:
              number: {{.PortAllow}}
      - match:
        - uri:
            exact: /deny
        route:
        - destination:
            host: "{{.Destination}}"
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top