Skip to content

Commit

Permalink
Merge pull request #257 from mengqiy/update_testing_framework
Browse files Browse the repository at this point in the history
🐛 fix flag in testenv
  • Loading branch information
k8s-ci-robot committed Dec 19, 2018
2 parents 99de6ad + f70e2dc commit 25aca14
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 73 deletions.
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.

0 comments on commit 25aca14

Please sign in to comment.