Skip to content

Commit

Permalink
Remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 7, 2023
1 parent 9736002 commit 6f860bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/reconstitution/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ import (

type StatusPatchFn func(*apiv1.ResourceState) bool

type Reconciler interface {
Name() string
Reconcile(ctx context.Context, req *Request) (ctrl.Result, error)
}

type Client interface {
Get(ctx context.Context, ref *ResourceRef, gen int64) (*Resource, bool)
PatchStatusAsync(ctx context.Context, req *ManifestRef, patchFn StatusPatchFn)
Expand Down

0 comments on commit 6f860bf

Please sign in to comment.