// TestSelectableFieldLabelConversionsOfKind verifies that given resource have field // label conversion defined for each its selectable field. // fields contains selectable fields of the resource. // labelMap maps deprecated labels to their canonical names. func TestSelectableFieldLabelConversionsOfKind(t *testing.T, apiVersion string, kind string, fields fields.Set, labelMap map[string]string) { … }