Skip to content

Commit

Permalink
dead code removal
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Jun 3, 2024
1 parent 4d520bb commit 40bf139
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/stores/proxyalpha/tablelistconvert/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"context"
"fmt"

"github.com/rancher/apiserver/pkg/types"
"github.com/rancher/wrangler/pkg/data"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
Expand All @@ -28,8 +27,6 @@ type tableConvertWatch struct {
k8sWatch.Interface
}

type WarningBuffer []types.Warning

// List will return an *UnstructuredList that contains Items instead of just using the Object field to store a table as
// Table Clients do. The items will preserve values for columns in the form of metadata.fields.
func (c *Client) List(ctx context.Context, opts metav1.ListOptions) (*unstructured.UnstructuredList, error) {
Expand Down

0 comments on commit 40bf139

Please sign in to comment.