Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateTopologySpreadConstraintLabelSelectorOption (0.47 sec)

  1. pkg/api/pod/util_test.go

    							t.Errorf("new pod changed: %v", cmp.Diff(newPod, newPodInfo.pod()))
    						}
    					}
    				})
    			}
    		}
    	}
    
    }
    
    func TestValidateTopologySpreadConstraintLabelSelectorOption(t *testing.T) {
    	testCases := []struct {
    		name       string
    		oldPodSpec *api.PodSpec
    		wantOption bool
    	}{
    		{
    			name:       "Create",
    			wantOption: false,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top