Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 230 of 410 for rebind (0.18 sec)

  1. pkg/api/v1/endpoints/util.go

    	key := addressKey{ip: addr.IP}
    	if addr.TargetRef != nil {
    		key.uid = addr.TargetRef.UID
    	}
    
    	// Accumulate the address. The full EndpointAddress structure is preserved for use when
    	// we rebuild the subsets so that the final TargetRef has all of the necessary data.
    	existingAddress := allAddrs[key]
    	if existingAddress == nil {
    		// Make a copy so we don't write to the
    		// input args of this function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 07 07:01:25 UTC 2018
    - 8K bytes
    - Viewed (0)
  2. build/README.md

    `rsync` is used transparently behind the scenes to efficiently move data in and out of the container.  This will use an ephemeral port picked by Docker.  You can modify this by setting the `KUBE_RSYNC_PORT` env variable.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 07:20:57 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. src/hash/crc32/crc32_test.go

    	{0x90631e8d, 0xbec49c95, "It's well we cannot hear the screams/That we create in others' dreams.", "crc\x01ʇ\x91M\bqfY", "crc\x01wB\x84\x81\x16y\xa1\xd2"},
    	{0x78309130, 0xa95a2079, "You remind me of a TV show, but that's all right: I watch it anyway.", "crc\x01ʇ\x91M\xbdO,\xc2", "crc\x01wB\x84\x81f&\xc5\xe4"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. src/net/sendfile_test.go

    	}
    	if err := f.Sync(); err != nil {
    		b.Fatalf("failed to save the file: %v", err)
    	}
    	if _, err := f.Seek(0, io.SeekStart); err != nil {
    		b.Fatalf("failed to rewind the file: %v", err)
    	}
    
    	return f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 18:12:56 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  5. android/guava-testlib/src/com/google/common/testing/GcFinalization.java

                    finalizerRan.countDown();
                  }
                });
    
        await(finalizerRan);
        awaitClear(ref);
    
        // Hope to catch some stragglers queued up behind our finalizable object
        System.runFinalization();
      }
    
      private static RuntimeException formatRuntimeException(String format, Object... args) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:40:56 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisTest.groovy

            a.findTransitiveDependents(["C"], [:]).isDependencyToAll()
            !a.findTransitiveDependents(["Unknown"], [:]).isDependencyToAll()
        }
    
        def "all classes are dependencies to all if a full rebuild cause is given"() {
            def a = analysis(
                [:], [:], empty(), empty(), "Some cause"
            )
    
            expect:
            a.findTransitiveDependents(["DoesNotMatter"], [:]).isDependencyToAll()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/writers.go

    	}
    
    	mediaType, serializer, err := negotiation.NegotiateOutputMediaType(req, s, restrictions)
    	if err != nil {
    		// if original statusCode was not successful we need to return the original error
    		// we cannot hide it behind negotiation problems
    		if statusCode < http.StatusOK || statusCode >= http.StatusBadRequest {
    			WriteRawJSON(int(statusCode), object, w)
    			return
    		}
    		status := ErrorToAPIStatus(err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 07 18:21:43 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  8. docs/de/docs/tutorial/security/first-steps.md

        Die Verwendung einer relativen URL ist wichtig, um sicherzustellen, dass Ihre Anwendung auch in einem fortgeschrittenen Anwendungsfall, wie [hinter einem Proxy](../../advanced/behind-a-proxy.md){.internal-link target=_blank}, weiterhin funktioniert.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:07:08 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. docs/zh/docs/tutorial/security/first-steps.md

        因为使用的是相对 URL,如果 API 位于 `https://example.com/`,则指向 `https://example.com/token`。但如果 API 位于 `https://example.com/api/v1/`,它指向的就是`https://example.com/api/v1/token`。
    
        使用相对 URL 非常重要,可以确保应用在遇到[使用代理](../../advanced/behind-a-proxy.md){.internal-link target=_blank}这样的高级用例时,也能正常运行。
    
    该参数不会创建端点或*路径操作*,但会声明客户端用来获取令牌的 URL `/token` 。此信息用于 OpenAPI 及 API 文档。
    
    接下来,学习如何创建实际的路径操作。
    
    !!! info "说明"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:02:19 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  10. README.md

    For deployments behind a load balancer, proxy, or ingress rule where the MinIO host IP address or port is not public, use the `MINIO_BROWSER_REDIRECT_URL` environment variable to specify the external hostname for the redirect. The LB/Proxy must have rules for directing traffic to the Console port specifically.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 10 00:22:36 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top