Skip to content

Commit

Permalink
fixup! add new cache.Options field to customize transform
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzielenski committed Apr 14, 2022
1 parent 69cd436 commit 42167fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/internal/transformers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type transformFuncByGVK struct {
transformers map[schema.GroupVersionKind]cache.TransformFunc
}

// Creates a new TransformFuncByObject instance.
// NewTransformFuncByObject creates a new TransformFuncByObject instance.
func NewTransformFuncByObject() TransformFuncByObject {
return &transformFuncByGVK{
transformers: make(map[schema.GroupVersionKind]cache.TransformFunc),
Expand Down

0 comments on commit 42167fb

Please sign in to comment.