Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talsabagport committed Aug 14, 2024
1 parent ef5e13f commit 2f99c86
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/k8s/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@ func newDeploymentWithCustomLabels(generation int64,
}
}

func newGvrToListKind() map[schema.GroupVersionResource]string {
return map[schema.GroupVersionResource]string{
{Group: "apps", Version: "v1", Resource: "deployments"}: "DeploymentList",
}
}

func newUnstructured(obj interface{}) *unstructured.Unstructured {
res, err := runtime.DefaultUnstructuredConverter.ToUnstructured(obj)
if err != nil {
Expand Down

0 comments on commit 2f99c86

Please sign in to comment.