Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions pkg/metric.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package pkg

type OutputMetricsCollector interface {
MetricsCollector
Outputer
}

type MetricsCollector interface {
// Inc increments the specified Counter metric
Inc(name string, labels map[string]string, opts ...MetricCollectorOption)
Expand Down
2 changes: 0 additions & 2 deletions pkg/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
)

type PatchCollector interface {
Outputer

// object must be Unstructured, map[string]any or runtime.Object
Create(object any)
// object must be Unstructured, map[string]any or runtime.Object
Expand Down