Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Use k8s.io/kubernetes/pkg/util/hash rather than copy-paste code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wallrj committed Jan 2, 2018
1 parent 819339d commit 42cf65c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 185 deletions.
2 changes: 1 addition & 1 deletion pkg/controllers/elasticsearch/util/nodepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
appslisters "k8s.io/client-go/listers/apps/v1beta1"

v1alpha1 "github.com/jetstack/navigator/pkg/apis/navigator/v1alpha1"
hashutil "github.com/jetstack/navigator/pkg/util/hash"
hashutil "k8s.io/kubernetes/pkg/util/hash"
)

const (
Expand Down
37 changes: 0 additions & 37 deletions pkg/util/hash/hash.go

This file was deleted.

147 changes: 0 additions & 147 deletions pkg/util/hash/hash_test.go

This file was deleted.

0 comments on commit 42cf65c

Please sign in to comment.