Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectMilestones (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    				} else if v != "true" {
    					t.Errorf("Expected annotation %q has wrong value: %q", tc.expectAnnotation, v)
    				}
    			}
    			if tc.expectMilestones != nil {
    				if !reflect.DeepEqual(milestones, tc.expectMilestones) {
    					t.Errorf("Unexpected milestones: wanted %v, got %v", tc.expectMilestones, milestones)
    				}
    			}
    		})
    	}
    }
    
    func isQualifiedResource(err error, kind, group string) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top