Skip to content

Commit

Permalink
Finish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Schieder committed Jan 26, 2018
1 parent fe9cba6 commit 785dd83
Show file tree
Hide file tree
Showing 17,050 changed files with 4,363,680 additions and 2 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine:3.6

RUN apk add --no-cache ca-certificates

ADD /bin/hcloud-cloud-controller-manager /bin/

CMD ["/bin/hcloud-cloud-controller-manager"]
320 changes: 320 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[[override]]
# only needed until kubernetes moves to dep or github.com/docker/distribution's latest tag builds with kubernetes.
name = "github.com/docker/distribution"
#revision = "master"
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"

[[constraint]]
name = "github.com/hetznercloud/hcloud-go"
version = "v1.3.0"

[[constraint]]
branch = "master"
name = "github.com/golang/glog"

[[constraint]]
branch = "master"
name = "github.com/spf13/pflag"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.8.2"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.8.2"

[[constraint]]
name = "k8s.io/apiserver"
version = "kubernetes-1.8.2"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.8.2"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.8.2"

[[constraint]]
name = "k8s.io/kubernetes"
version = "1.8.2"
Loading

0 comments on commit 785dd83

Please sign in to comment.