Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clubs (0.04 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    		t.Errorf("%s: expected ipFamilyPolicy to be set", callName(before, after))
    	} else {
    		pol := *after.Spec.IPFamilyPolicy
    		fams := len(after.Spec.IPFamilies)
    		clus := 1
    		if storage.secondaryIPFamily != "" {
    			clus = 2
    		}
    		if pol == api.IPFamilyPolicySingleStack && fams != 1 {
    			t.Errorf("%s: expected 1 ipFamily, got %d", callName(before, after), fams)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top