Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 968 for Remotes (0.17 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/remotecommand/constants.go

    	// The SPDY subprotocol "channel.k8s.io" is used for remote command
    	// attachment/execution. This represents the initial unversioned subprotocol,
    	// which has the known bugs https://issues.k8s.io/13394 and
    	// https://issues.k8s.io/13395.
    	StreamProtocolV1Name = "channel.k8s.io"
    
    	// The SPDY subprotocol "v2.channel.k8s.io" is used for remote command
    	// attachment/execution. It is the second version of the subprotocol and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 18:37:18 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/DispatchingBuildCacheIntegrationTest.groovy

    class DispatchingBuildCacheIntegrationTest extends AbstractIntegrationSpec {
    
        private TestBuildCache localCache = new TestBuildCache(file('local-cache'))
        private TestBuildCache remoteCache = new TestBuildCache(file('remote-cache'))
        private TestFile inputFile = file('input.txt')
        private TestFile cacheOriginInputFile = file('cache-origin.txt')
        private TestFile outputFile = file('build/output.txt')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 15:17:04 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_insecure_issue63845.txt

    env GOPRIVATE=golang.org
    env CURLOPT_TIMEOUT_MS=100
    env GIT_SSH_COMMAND=false
    
    ! go get -x golang.org/nonexist.git@latest
    stderr '^git ls-remote https://golang.org/nonexist$'
    stderr '^git ls-remote git\+ssh://golang.org/nonexist'
    stderr '^git ls-remote ssh://golang.org/nonexist$'
    ! stderr 'git://'
    stderr '^go: golang.org/nonexist.git@latest: no secure protocol found for repository$'
    
    -- go.mod --
    module example
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 21:10:03 UTC 2023
    - 908 bytes
    - Viewed (0)
  4. releasenotes/notes/34086.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 33799
    
    releaseNotes:
    - |
      **Added** `istioctl x remote-clusters` to list the remote clusters each `istiod` instance has API Server credentials for,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 20 22:07:23 UTC 2021
    - 274 bytes
    - Viewed (0)
  5. src/cmd/go/internal/gover/gover.go

    // compared using Compare.
    // If x and y compare equal, Max returns x.
    func Max(x, y string) string {
    	return gover.Max(x, y)
    }
    
    // IsLang reports whether v denotes the overall Go language version
    // and not a specific release. Starting with the Go 1.21 release, "1.x" denotes
    // the overall language version; the first release is "1.x.0".
    // The distinction is important because the relative ordering is
    //
    //	1.21 < 1.21rc1 < 1.21.0
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. platforms/core-runtime/native/src/main/java/org/gradle/internal/nativeintegration/ProcessEnvironment.java

        /**
         * Removes the given environment variable.
         *
         * @param name The name of the environment variable.
         * @throws NativeIntegrationException If the environment variable cannot be removed.
         */
        void removeEnvironmentVariable(String name) throws NativeIntegrationException;
    
        /**
         * Removes the given environment variable, if possible.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/cluster_tf_ops_pass.mlir

    // The @main function is a Multi-hosts function which contains two parts:
    //   - A local subgraph which contains both local ops and remote_run kernel to
    //     trigger remote subgraph
    //   - A remote subgraph which contains remote ops on worker:1.
    // CHECK: func @main(%[[ARG_0:.*]]: tensor<i32> {tf.device = "/job:localhost/replica:0/task:0/device:CPU:0"}, %[[ARG_1:.*]]: tensor<i32> {tf.device = "/job:worker/replica:0/task:1/device:CPU:0"})
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/hub/MessageHubBackedObjectConnectionTest.groovy

     */
    
    package org.gradle.internal.remote.internal.hub
    
    import org.gradle.api.GradleException
    import org.gradle.internal.dispatch.MethodInvocation
    import org.gradle.internal.dispatch.StreamCompletion
    import org.gradle.internal.remote.internal.ConnectCompletion
    import org.gradle.internal.remote.internal.TestConnection
    import org.gradle.internal.remote.internal.hub.protocol.ChannelIdentifier
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 4K bytes
    - Viewed (0)
  9. tests/integration/pilot/locality_test.go

    						Local:           destA.Config().Service,
    						Remote:          destB.Config().Service,
    					},
    					expectAllTrafficTo(destA.Config().Service),
    				},
    				{
    					"Prioritized/EDS",
    					LocalityInput{
    						LocalitySetting: localityFailover,
    						Resolution:      "STATIC",
    						Local:           destB.Address(),
    						Remote:          destA.Address(),
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. subprojects/core/src/integTest/groovy/org/gradle/caching/configuration/internal/BuildCacheErrorIntegrationTest.groovy

        }
    
        def "attempting to configure a unknown remote build cache fails with a reasonable error"() {
            settingsFile << """
                buildCache {
                    remote {
                        assert false : "should not happen"
                    }
                }
            """
            when:
            fails("help")
            then:
            failure.assertHasCause("A type for the remote build cache must be configured first.")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 12 13:13:02 UTC 2019
    - 3.8K bytes
    - Viewed (0)
Back to top