Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for portInt (0.2 sec)

  1. src/syscall/mkall.sh

    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    # The syscall package provides access to the raw system call
    # interface of the underlying operating system.  Porting Go to
    # a new architecture/operating system combination requires
    # some manual effort, though there are tools that automate
    # much of the process.  The auto-generated files have names
    # beginning with z.
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 18:22:23 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.21.md

    - PodDisruptionBudget API objects can now contain conditions in status. ([#98127](https://github.com/kubernetes/kubernetes/pull/98127), [@mortent](https://github.com/mortent)) [SIG API Machinery, Apps, Auth, CLI, Cloud Provider, Cluster Lifecycle and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    - Avoid creating new controller revisions for statefulsets when cache is stale ([#67039](https://github.com/kubernetes/kubernetes/pull/67039), [@mortent](https://github.com/mortent))
    - Fixes issue when updating a DaemonSet causes a hash collision. ([#66476](https://github.com/kubernetes/kubernetes/pull/66476), [@mortent](https://github.com/mortent))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  4. docs/pt/docs/deployment/docker.md

    !!! tip
        Traefik tem integrações com Docker, Kubernetes e outros, portanto, é muito fácil configurar e configurar o HTTPS para seus contêineres com ele.
    
    Alternativamente, o HTTPS poderia ser tratado por um provedor de nuvem como um de seus serviços (enquanto ainda executasse o aplicativo em um contêiner).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  5. docs/fr/docs/async.md

    Le fast-food a 8 processeurs (serveurs/cuisiniers) 👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳👨‍🍳. Alors que le fast-food de burgers concurrents en avait 2 (un serveur et un cuisinier).
    
    Et pourtant l'expérience finale n'est pas meilleure 😞.
    
    ---
    
    C'est donc l'histoire équivalente parallèle pour les burgers 🍔.
    
    Pour un exemple plus courant dans la "vie réelle", imaginez une banque.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 24K bytes
    - Viewed (0)
  6. pkg/features/kube_features.go

    	// alpha: v1.22
    	// beta1: v1.28 (default=false)
    	// beta2: v.1.30 (default=true)
    
    	// Permits kubelet to run with swap enabled.
    	NodeSwap featuregate.Feature = "NodeSwap"
    
    	// owner: @mortent, @atiratree, @ravig
    	// kep: http://kep.k8s.io/3018
    	// alpha: v1.26
    	// beta: v1.27
    	//
    	// Enables PDBUnhealthyPodEvictionPolicy for PodDisruptionBudgets
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  7. tests/integration/pilot/common/routing.go

    		hostName, dest, portN, cred := "*", dests[0], 80, ""
    		if protocol.IsTLS() {
    			hostName, portN, cred = dest.Config().ClusterLocalFQDN(), 443, "cred"
    		}
    		return map[string]any{
    			"IngressNamespace":   src[0].(ingress.Instance).Namespace(),
    			"GatewayHost":        hostName,
    			"GatewayPort":        portN,
    			"GatewayPortName":    strings.ToLower(string(protocol)),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    //
    // Authors: ******@****.*** (Zhanyong Wan)
    //
    // Low-level types and utilities for porting Google Test to various
    // platforms.  They are subject to change without notice.  DO NOT USE
    // THEM IN USER CODE.
    //
    // This file is fundamental to Google Test.  All other Google Test source
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    //
    // Authors: ******@****.*** (Zhanyong Wan)
    //
    // Low-level types and utilities for porting Google Test to various
    // platforms.  They are subject to change without notice.  DO NOT USE
    // THEM IN USER CODE.
    //
    // This file is fundamental to Google Test.  All other Google Test source
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  10. src/cmd/internal/testdir/testdir_test.go

    			// strategy, first sending SIGQUIT (if appropriate for the
    			// OS in question) to try to trigger a stack trace, then
    			// finally much later SIGKILL. If timeouts prove to be a
    			// common problem here, it would be worth porting over
    			// that code as well. See https://do.dev/issue/50973
    			// for more discussion.
    			if err == nil {
    				tick := time.NewTimer(time.Duration(tim) * time.Second)
    				done := make(chan error)
    				go func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top