Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for ctb1 (0.1 sec)

  1. cni/pkg/install/cniconfig_test.go

    			}
    
    			if !c.chainedCNIPlugin {
    				// Standalone CNI plugin
    				parent := context.Background()
    				ctx1, cancel := context.WithTimeout(parent, 100*time.Millisecond)
    				defer cancel()
    				result, err := getCNIConfigFilepath(ctx1, c.specifiedConfName, tempDir, c.chainedCNIPlugin)
    				if err != nil {
    					assert.Equal(t, result, "")
    					if err == context.DeadlineExceeded {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. security/pkg/pki/ca/ca_test.go

    	if err != nil {
    		t.Errorf("Got unexpected error %v", err)
    	}
    	signingCertPem := secret.Data[CACertFile]
    
    	ctx1, cancel1 := context.WithCancel(context.Background())
    	defer cancel1()
    	caopts, err := NewSelfSignedIstioCAOptions(ctx1, 0,
    		caCertTTL, defaultCertTTL, rootCertCheckInverval, maxCertTTL, org, false, false,
    		caNamespace, client.CoreV1(), rootCertFile, false, rsaKeySize)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 08:51:27 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  3. src/context/x_test.go

    	return c.donec
    }
    
    func TestCustomContextPropagation(t *testing.T) {
    	cause := errors.New("TestCustomContextPropagation")
    	donec := make(chan struct{})
    	ctx1, cancel1 := WithCancelCause(Background())
    	ctx2 := &customDoneContext{
    		Context: ctx1,
    		donec:   donec,
    	}
    	ctx3, cancel3 := WithCancel(ctx2)
    	defer cancel3()
    
    	cancel1(cause)
    	close(donec)
    
    	<-ctx3.Done()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. pkg/api/pod/util_test.go

    		oldPod                              *api.PodSpec
    		newPod                              *api.PodSpec
    		wantPod                             *api.PodSpec
    	}{
    		{
    			description: "feature gate disabled, cannot add CTB volume to pod",
    			oldPod: &api.PodSpec{
    				Volumes: []api.Volume{},
    			},
    			newPod: &api.PodSpec{
    				Volumes: []api.Volume{
    					{
    						Name: "foo",
    						VolumeSource: api.VolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	qs := qsComplete(qsc, 1)
    	counter.Add(1) // account for main activity of the goroutine running this test
    	ctx1 := context.Background()
    	pZero := func() *int32 { var zero int32; return &zero }
    	// counts of calls to the QueueNoteFns
    	queueNoteCounts := map[int]map[bool]*int32{
    		1: {false: pZero(), true: pZero()},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  6. gradle/verification-keyring.keys

    IDxldGhhbi5hdGtpbnNAZ21haWwuY29tPrkCDQRJoXr/EAgAoJmSrlu4uHo9RhCt
    UmSNOczGf922j95Ldou20NKmRKd6Mki9dGdCt/TJSCaWFULfoQ7rKDQy8IRrP18x
    aJ/KzhG6fjh9uuA0v9x9ORsEHB5Xih3s9gt/TqC6NWeOSd8RZeG6Y6SgtFcA+5a3
    UP9yFSXo0xS2It48f/ClB1/I1V+iQjVXC3pbs3LwGJlaclNEV8ROkXDhyYPwW6LQ
    kWEDa043dSKCOFe6FnytD/9vv92weOFe7pSltEJiHjz9qpZlAq3CANsjqsqqZJU3
    6+8rpyiJfSiHXcdjgCiDQyzdQm5HQl0cU1e1+CabMrL/8+9X6C1a4dSXu++NDXgb
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    									Path:              "foo-path",
    								},
    							}},
    						},
    					},
    				}},
    			},
    		},
    		"valid ClusterTrustBundlePEM projected volume referring to a CTB by name": {
    			ObjectMeta: metav1.ObjectMeta{Name: "valid-extended", Namespace: "ns"},
    			Spec: core.PodSpec{
    				ServiceAccountName: "some-service-account",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    天主教
    
    // xn--unup4y : 2013-07-14 Binky Moon, LLC
    游戏
    
    // xn--vermgensberater-ctb : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
    vermögensberater
    
    // xn--vermgensberatung-pwb : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
    vermögensberatung
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top