Skip to content

Commit

Permalink
remove unimplemented Collector DeepCopyObject
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Henri <[email protected]>
  • Loading branch information
jaehnri committed Oct 11, 2023
1 parent 23abc14 commit ba4ba28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions apis/core/v1beta1/collector_types.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package v1beta1

import (
"k8s.io/apimachinery/pkg/runtime"
"time"

opnimeta "github.com/rancher/opni/pkg/util/meta"
Expand Down Expand Up @@ -165,11 +164,6 @@ type Collector struct {
Status CollectorStatus `json:"status,omitempty"`
}

func (c Collector) DeepCopyObject() runtime.Object {
//TODO implement me
panic("implement me")
}

//+kubebuilder:object:root=true

// CollectorList contains a list of Collector
Expand Down
2 changes: 1 addition & 1 deletion apis/core/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba4ba28

Please sign in to comment.