Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Blah (0.04 sec)

  1. pkg/kubelet/config/config_test.go

    	channel, ch, _ := createPodConfigTester(tCtx, PodConfigNotificationIncremental)
    
    	pod := CreateValidPod("foo2", "new")
    	pod.Annotations = make(map[string]string)
    	pod.Annotations["kubernetes.io/blah"] = "blah"
    
    	clone := pod.DeepCopy()
    
    	podUpdate := CreatePodUpdate(kubetypes.SET, TestSource, CreateValidPod("foo1", "new"), clone, CreateValidPod("foo3", "new"))
    	channel <- podUpdate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. src/cmd/link/link_test.go

    	}
    
    	t.Parallel()
    
    	tmpdir := t.TempDir()
    
    	src := filepath.Join(tmpdir, "blah.go")
    	err := os.WriteFile(src, []byte(Issue34788src), 0666)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	obj := filepath.Join(tmpdir, "blah.o")
    	cmd := testenv.Command(t, testenv.GoToolPath(t), "tool", "compile", "-p=blah", "-o", obj, src)
    	cmd.Env = append(os.Environ(), "GOARCH=386", "GOOS=android")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/shell.go

    	// when the relative path is shorter.
    	for {
    		// Note that dir starts out long, something like
    		// /foo/bar/baz/root/a
    		// The target string to be reduced is something like
    		// (blah-blah-blah) /foo/bar/baz/root/sibling/whatever.go:blah:blah
    		// /foo/bar/baz/root/a doesn't match /foo/bar/baz/root/sibling, but the prefix
    		// /foo/bar/baz/root does.  And there may be other niblings sharing shorter
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  4. pkg/controller/controller_utils_test.go

    						},
    					},
    					RestartPolicy: v1.RestartPolicyAlways,
    					DNSPolicy:     v1.DNSDefault,
    					NodeSelector: map[string]string{
    						"baz": "blah",
    					},
    				},
    			},
    		},
    	}
    	return rc
    }
    
    // create count pods with the given phase for the given rc (same selectors and namespace), and add them to the store.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/tainttoleration/taint_toleration_test.go

    				nodeWithTaints("nodeA", []v1.Taint{{
    					Key:    "foo",
    					Value:  "bar",
    					Effect: v1.TaintEffectPreferNoSchedule,
    				}}),
    				nodeWithTaints("nodeB", []v1.Taint{{
    					Key:    "foo",
    					Value:  "blah",
    					Effect: v1.TaintEffectPreferNoSchedule,
    				}}),
    			},
    			expectedList: []framework.NodeScore{
    				{Name: "nodeA", Score: framework.MaxNodeScore},
    				{Name: "nodeB", Score: 0},
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  6. pkg/volume/util/atomic_writer.go

    // files configured in the payload. If the directory in a file path does not
    // exist, it is created.
    //
    // Viz:
    // For files: "bar", "foo/bar", "baz/bar", "foo/baz/blah"
    // the following symlinks are created:
    // bar -> ..data/bar
    // foo -> ..data/foo
    // baz -> ..data/baz
    func (w *AtomicWriter) createUserVisibleFiles(payload map[string]FileProjection) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. src/net/http/cookiejar/jar_test.go

    			"e=5; domain=ar.com",
    			"f=6; domain=.",
    			"g=7; domain=/",
    			"h=8; domain=http://foo.bar.com",
    			"i=9; domain=..foo.bar.com",
    			"j=10; domain=..bar.com",
    			"k=11; domain=.foo.bar.com?blah",
    			"l=12; domain=.foo.bar.com/blah",
    			"m=12; domain=.foo.bar.com:80",
    			"n=14; domain=.foo.bar.com:",
    			"o=15; domain=.foo.bar.com#sup",
    		},
    		"", // Jar is empty.
    		[]query{{"http://foo.bar.com", ""}},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

        private final Demonstration noGraphVariantsExistForProject = new Demonstration("Blah", VariantSelectionException.class, IncompatibleGraphVariantFailure.class, this.&setupNoGraphVariantsExistFailureForProject)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  9. pkg/proxy/servicechangetracker_test.go

    			svc.Spec.Type = v1.ServiceTypeExternalName
    			svc.Spec.ClusterIP = "172.16.55.4" // Should be ignored
    			svc.Spec.ExternalName = "foo2.bar.com"
    			svc.Spec.Ports = addTestPort(svc.Spec.Ports, "blah", "UDP", 1235, 5321, 0)
    		}),
    	)
    
    	result := fp.svcPortMap.Update(fp.serviceChanges)
    	if len(fp.svcPortMap) != 0 {
    		t.Errorf("expected service map length 0, got %v", fp.svcPortMap)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  10. pkg/kube/inject/inject_test.go

    	}
    }
    
    func podWithEnv(envCount int) *corev1.Pod {
    	envs := []corev1.EnvVar{}
    	for i := 0; i < envCount; i++ {
    		envs = append(envs, corev1.EnvVar{
    			Name:  fmt.Sprintf("something-%d", i),
    			Value: "blah",
    		})
    	}
    	return &corev1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "foo",
    			Namespace: "bar",
    		},
    		Spec: corev1.PodSpec{
    			Containers: []corev1.Container{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top