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

WIP: Use Kubernetes hashutils #182

Closed
wants to merge 3 commits into from
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
501 changes: 474 additions & 27 deletions Gopkg.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
Expand Down Expand Up @@ -45,6 +44,10 @@ required = [
name = "k8s.io/apiserver"
branch = "release-1.8"

[[constraint]]
name = "k8s.io/kubernetes"
branch = "release-1.8"

# Use munnerz/code-generator fork that includes the filter changes
[[constraint]]
name = "k8s.io/code-generator"
Expand Down
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
85 changes: 0 additions & 85 deletions vendor/cloud.google.com/go/bigquery/bigquery.go

This file was deleted.

74 changes: 0 additions & 74 deletions vendor/cloud.google.com/go/bigquery/copy.go

This file was deleted.

149 changes: 0 additions & 149 deletions vendor/cloud.google.com/go/bigquery/copy_test.go

This file was deleted.

Loading