Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for s40 (0.02 sec)

  1. pkg/kubelet/secret/secret_manager_test.go

    	for _, ns := range []string{"ns1", "ns2", "ns3"} {
    		for _, secret := range []string{"s1", "s2", "s3", "s4", "s5", "s6", "s20", "s40", "s50"} {
    			shouldExist :=
    				(secret == "s1" || secret == "s3" || secret == "s4" || secret == "s40") && (ns == "ns1" || ns == "ns2")
    			checkObject(t, store, ns, secret, shouldExist)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 10 10:20:09 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  2. pkg/kubelet/configmap/configmap_manager_test.go

    	// Update the pod with a different configMaps.
    	s2 := configMapsToAttach{
    		containerEnvConfigMaps: []envConfigMaps{
    			{envVarNames: []string{"s3"}},
    			{envVarNames: []string{"s4"}},
    			{envFromNames: []string{"s40"}},
    		},
    	}
    	// Create another pod, but with same configMaps in different namespace.
    	manager.RegisterPod(podWithConfigMaps("ns2", "name2", s2))
    	// Create and delete a pod with some other configMaps.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 10 10:20:09 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  3. pkg/kubelet/util/manager/cache_based_manager_test.go

    	for _, ns := range []string{"ns1", "ns2", "ns3"} {
    		for _, secret := range []string{"s1", "s2", "s3", "s4", "s5", "s6", "s20", "s40", "s50"} {
    			shouldExist :=
    				(secret == "s1" || secret == "s3" || secret == "s4" || secret == "s40") && (ns == "ns1" || ns == "ns2")
    			checkObject(t, store, ns, secret, shouldExist)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/testerrors/ptr_test.go

    		// in a check for just that field and not the whole struct.
    		name:    "structfieldcast",
    		c:       `struct S40i { int i; int* p; }; void f40(struct S40i* p) {}`,
    		support: `type S40 struct { p *int; a C.struct_S40i }`,
    		body:    `s := &S40{p: new(int)}; C.f40((*C.struct_S40i)(&s.a))`,
    		fail:    false,
    	},
    	{
    		// Test that we handle unsafe.StringData.
    		name:    "stringdata",
    		c:       `void f41(void* p) {}`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:49 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top