Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix flag in testenv #257

Merged
merged 2 commits into from
Dec 19, 2018
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Gopkg.lock

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

7 changes: 4 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ required = ["sigs.k8s.io/testing_frameworks/integration",
name = "k8s.io/client-go"
version = "kubernetes-1.12.3"

[[constraint]]
name = "sigs.k8s.io/testing_frameworks"
version = "v0.1.1"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "v1.5.0"
Expand All @@ -67,9 +71,6 @@ required = ["sigs.k8s.io/testing_frameworks/integration",
# these are not listed explicitly until we get version tags,
# since dep doesn't like bare revision dependencies

# [[constraint]]
# name = "sigs.k8s.io/testing_frameworks"
#
# [[constraint]]
# name = "github.com/go-logr/logr"
#
Expand Down
2 changes: 1 addition & 1 deletion pkg/envtest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var DefaultKubeAPIServerFlags = []string{
"--cert-dir={{ .CertDir }}",
"--insecure-port={{ if .URL }}{{ .URL.Port }}{{ end }}",
"--insecure-bind-address={{ if .URL }}{{ .URL.Hostname }}{{ end }}",
"--secure-port=0",
"--secure-port={{ if .SecurePort }}{{ .SecurePort }}{{ end }}",
"--admission-control=AlwaysAdmit",
}

Expand Down
24 changes: 24 additions & 0 deletions vendor/sigs.k8s.io/testing_frameworks/integration/addr/manager.go

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

19 changes: 19 additions & 0 deletions vendor/sigs.k8s.io/testing_frameworks/integration/apiserver.go

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

28 changes: 17 additions & 11 deletions vendor/sigs.k8s.io/testing_frameworks/integration/doc.go

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

7 changes: 7 additions & 0 deletions vendor/sigs.k8s.io/testing_frameworks/integration/etcd.go

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

This file was deleted.

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

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