// TestServicesFinalizersRepairLoop tests that Services participate in the object // deletion when using finalizers, and that the Services Repair controller doesn't, // mistakenly, repair the ClusterIP assigned to the Service that is being deleted. // https://issues.k8s.io/87603 func TestServicesFinalizersRepairLoop(t *testing.T) { … } func TestServicesFinalizersPatchStatus(t *testing.T) { … } // Regresion test for https://issues.k8s.io/115316 func TestServiceCIDR28bits(t *testing.T) { … } func getPatchBytes(oldSvc, newSvc *v1.Service) ([]byte, error) { … }