func TestCheckGeneratedNameError(t *testing.T) { … } func makeValidService() *api.Service { … } func makeValidServicePort(name string, proto api.Protocol, port int32) api.ServicePort { … } func makeValidServiceCustom(tweaks ...func(svc *api.Service)) *api.Service { … } func TestServiceStatusStrategy(t *testing.T) { … } func makeServiceWithConditions(conditions []metav1.Condition) *api.Service { … } func makeServiceWithPorts(ports []api.PortStatus) *api.Service { … } func TestDropDisabledField(t *testing.T) { … } func TestDropServiceStatusDisabledFields(t *testing.T) { … } func TestDropTypeDependentFields(t *testing.T) { … } func TestMatchService(t *testing.T) { … }