Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Blah (0.09 sec)

  1. pkg/proxy/ipvs/proxier_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: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		Labels: map[string]string{
    			"other": "blah",
    			"foo":   "bar",
    		},
    	}
    	if errs := ValidateHasLabel(successCase, field.NewPath("field"), "foo", "bar"); len(errs) != 0 {
    		t.Errorf("expected success: %v", errs)
    	}
    
    	missingCase := metav1.ObjectMeta{
    		Name:      "123",
    		Namespace: "ns",
    		Labels: map[string]string{
    			"other": "blah",
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top