type orderedGroupVersionKinds … func (o orderedGroupVersionKinds) Len() int { … } func (o orderedGroupVersionKinds) Swap(i, j int) { … } func (o orderedGroupVersionKinds) Less(i, j int) bool { … } // TODO: add a reflexive test that verifies that all SetDefaults functions are registered func TestDefaulting(t *testing.T) { … } func BenchmarkPodDefaulting(b *testing.B) { … }