Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for withers (0.16 sec)

  1. tests/integration/pilot/common/routing.go

          name: {{.GatewayPortName}}
          protocol: {{.GatewayProtocol}}
    {{- if .Credential }}
        tls:
          mode: {{.TLSMode}}
          credentialName: {{.Credential}}
    {{- if .Ciphers }}
          cipherSuites:
    {{- range $cipher := .Ciphers }}
          - "{{$cipher}}"
    {{- end }}
    {{- end }}
    {{- end }}
        hosts:
        - "{{.GatewayHost}}"
    ---
    `
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    		if len(tls.CipherSuites) == 0 {
    			v = AppendWarningf(v, "TLS version below TLSV1_2 require setting compatible ciphers as by default they no longer include compatible ciphers.")
    		}
    	}
    
    	invalidCiphers := sets.New[string]()
    	validCiphers := sets.New[string]()
    	duplicateCiphers := sets.New[string]()
    	for _, cs := range tls.CipherSuites {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	if err != context.Canceled {
    		t.Errorf("Unexpected error: %v", err)
    	}
    }
    
    // Test whether objects deleted with DeleteCollection are correctly delivered
    // to watchers.
    func TestStoreDeleteCollectionWithWatch(t *testing.T) {
    	podA := &example.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo"}}
    
    	testContext := genericapirequest.WithNamespace(genericapirequest.NewContext(), "test")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    	// "locked" sentinel value. M's on this list remain visible to the GC
    	// because their mp.curg is on allgs.
    	extraM atomic.Uintptr
    	// Number of M's in the extraM list.
    	extraMLength atomic.Uint32
    	// Number of waiters in lockextra.
    	extraMWaiters atomic.Uint32
    
    	// Number of extra M's in use by threads.
    	extraMInUse atomic.Uint32
    )
    
    // lockextra locks the extra list and returns the list head.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    	value = strings.ReplaceAll(value, "\n", " ") // make value safe
    	info.Settings = append(info.Settings, debug.BuildSetting{Key: key, Value: value})
    }
    
    // setBuildInfo gathers build information and sets it into
    // p.Internal.BuildInfo, which will later be formatted as a string and embedded
    // in the binary. setBuildInfo should only be called on a main package with no
    // errors.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // win : 2014-11-20 First Registry Limited
    win
    
    // windows : 2014-12-18 Microsoft Corporation
    windows
    
    // wine : 2015-06-18 Binky Moon, LLC
    wine
    
    // winners : 2015-07-16 The TJX Companies, Inc.
    winners
    
    // wme : 2014-02-13 William Morris Endeavor Entertainment, LLC
    wme
    
    // wolterskluwer : 2015-08-06 Wolters Kluwer N.V.
    wolterskluwer
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    	madmin.PeerSite
    	self         bool
    	DeploymentID string
    	Replicated   bool // true if already participating in site replication
    	Empty        bool // true if cluster has no buckets
    }
    
    // getSiteStatuses gathers more info on the sites being added
    func (c *SiteReplicationSys) getSiteStatuses(ctx context.Context, sites ...madmin.PeerSite) (psi []PeerSiteInfo, err error) {
    	psi = make([]PeerSiteInfo, 0, len(sites))
    	for _, v := range sites {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/asm6.go

    	switch p.As {
    	case AVGATHERDPD,
    		AVGATHERQPD,
    		AVGATHERDPS,
    		AVGATHERQPS,
    		AVPGATHERDD,
    		AVPGATHERQD,
    		AVPGATHERDQ,
    		AVPGATHERQQ:
    		if p.GetFrom3() == nil {
    			// gathers need a 3rd arg. See issue 58822.
    			ctxt.Diag("need a third arg for gather instruction: %v", p)
    			return
    		}
    		// AVX512 gather requires explicit K mask.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    in the first Prism are refracted more than others, are in all the following Prisms refracted more than others in the same Rate and Proportion, as appears by the fifth Experiment; it's manifest that the Sun's Light is an heterogeneous Mixture of Rays, some of which are constantly more refrangible than others, as was proposed. _PROP._ III. THEOR. III. _The Sun's Light consists of Rays differing in Reflexibility, and those Rays are more reflexible than others which are more refrangible._ This is manifest...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top