Skip to content

Commit

Permalink
Merge pull request #29 from robscott/v0.4.0
Browse files Browse the repository at this point in the history
Updating kube-capacity dependencies, bumping version to v0.4.0
  • Loading branch information
robscott committed Mar 2, 2020
2 parents 5ca04c6 + 0aac2c7 commit 59f74a6
Show file tree
Hide file tree
Showing 22,020 changed files with 399 additions and 8,656,586 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
706 changes: 0 additions & 706 deletions Gopkg.lock

This file was deleted.

15 changes: 0 additions & 15 deletions Gopkg.toml

This file was deleted.

14 changes: 14 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module github.com/robscott/kube-capacity

go 1.13

require (
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.5.1
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
k8s.io/kubectl v0.17.3
k8s.io/metrics v0.17.3
sigs.k8s.io/yaml v1.2.0
)
383 changes: 383 additions & 0 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/capacity/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
resourcehelper "k8s.io/kubernetes/pkg/kubectl/util/resource"
resourcehelper "k8s.io/kubectl/pkg/util/resource"
v1beta1 "k8s.io/metrics/pkg/apis/metrics/v1beta1"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of kube-capacity",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("kube-capacity version 0.3.2")
fmt.Println("kube-capacity version 0.4.0")
},
}
15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

0 comments on commit 59f74a6

Please sign in to comment.