Skip to content

Commit d66b254

Browse files
committed
Remove unused function
1 parent 7aeaea3 commit d66b254

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vertical-pod-autoscaler/e2e/v1/actuation.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,12 +1003,6 @@ func setupPDB(f *framework.Framework, name string, maxUnavailable int) *policyv1
10031003
return pdb
10041004
}
10051005

1006-
func getCurrentPodSetForDeployment(c clientset.Interface, d *appsv1.Deployment) PodSet {
1007-
podList, err := framework_deployment.GetPodsForDeployment(context.TODO(), c, d)
1008-
gomega.Expect(err).NotTo(gomega.HaveOccurred())
1009-
return MakePodSet(podList)
1010-
}
1011-
10121006
func createReplicaSetWithRetries(c clientset.Interface, namespace string, obj *appsv1.ReplicaSet) error {
10131007
if obj == nil {
10141008
return fmt.Errorf("object provided to create is empty")

0 commit comments

Comments
 (0)