Skip to content

Commit

Permalink
Merge pull request #89 from mengqiy/rebase_k8s_1_10
Browse files Browse the repository at this point in the history
rebase on k8s 1.10.1
  • Loading branch information
droot authored Apr 26, 2018
2 parents 2cbff19 + 0f3c5cd commit 364380d
Show file tree
Hide file tree
Showing 6,423 changed files with 59,433 additions and 1,489,204 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
247 changes: 68 additions & 179 deletions Gopkg.lock

Large diffs are not rendered by default.

47 changes: 16 additions & 31 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,69 +13,54 @@
# limitations under the License.

# Packages required by users
required = ["github.com/kubernetes-sig-testing/frameworks/integration",
required = ["sigs.k8s.io/testing_frameworks/integration",
"k8s.io/client-go/plugin/pkg/client/auth",
"github.com/spf13/pflag"]

[prune]
go-tests = true

[[constraint]]
version = "KUBEBUILDER_VERSION"
name = "github.com/kubernetes-sigs/kubebuilder"

[[constraint]]
name = "github.com/golang/glog"
revision = "44145f04b68cf362d9c4df2182967c2275eaefed"
name = "sigs.k8s.io/testing_frameworks"
revision = "f53464b8b84b4507805a0b033a8377b225163fea"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "1.4.0"
branch = "master"
name = "github.com/markbates/inflect"

[[constraint]]
name = "github.com/onsi/gomega"
version = "1.2.0"
version = "1.3.0"

[[constraint]]
name = "github.com/pkg/errors"
revision = "a22138067af1c4942683050411a841ade67fe1eb"

[[constraint]]
name = "github.com/spf13/cobra"
revision = "f62e98d28ab7ad31d707ba837a966378465c7b57"
version = "0.8.0"

[[constraint]]
name = "github.com/spf13/pflag"
revision = "9ff6c6923cfffbcd502984b8e0c80539a94968b7"

[[constraint]]
branch = "release-1.9"
name = "k8s.io/api"
version = "kubernetes-1.10.1"

[[constraint]]
branch = "release-1.9"
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.10.1"

[[constraint]]
branch = "release-1.9"
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.1"

[[constraint]]
branch = "release-1.9"
name = "k8s.io/apiserver"
version = "kubernetes-1.10.1"

[[constraint]]
branch = "release-6.0"
name = "k8s.io/client-go"
version = "kubernetes-1.10.1"

[[constraint]]
branch = "release-1.9"
name = "k8s.io/kube-aggregator"
version = "kubernetes-1.10.1"

[[override]]
name = "github.com/Azure/go-autorest"
version = "v9.1.0"

[[override]]
name = "github.com/emicklei/go-restful"
revision = "ff4f55a206334ef123e4f79bbf348980da81ca46"
[prune]
go-tests = true
unused-packages = true
2 changes: 1 addition & 1 deletion pkg/test/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
extensionsv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"
"k8s.io/client-go/rest"

"github.com/kubernetes-sig-testing/frameworks/integration"
"sigs.k8s.io/testing_frameworks/integration"
"github.com/kubernetes-sigs/kubebuilder/pkg/install"
)

Expand Down
2 changes: 1 addition & 1 deletion samples/full/controller/src/samplecontroller/Gopkg.lock

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

2 changes: 1 addition & 1 deletion samples/full/controller/src/samplecontroller/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ignored = ["github.com/kubernetes-sigs/kubebuilder","github.com/kubernetes-sigs/kubebuilder/cmd"]

# Packages required by users
required = ["github.com/kubernetes-sig-testing/frameworks/integration",
required = ["sigs.k8s.io/testing_frameworks/integration",
"k8s.io/client-go/plugin/pkg/client/auth",
"github.com/spf13/pflag"]

Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd "$base_dir" || {
exit 1
}

k8s_version=1.9
k8s_version=1.10
goarch=amd64
goos="unknown"

Expand Down
21 changes: 0 additions & 21 deletions vendor/cloud.google.com/go/.travis.yml

This file was deleted.

152 changes: 0 additions & 152 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

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

54 changes: 0 additions & 54 deletions vendor/cloud.google.com/go/MIGRATION.md

This file was deleted.

Loading

0 comments on commit 364380d

Please sign in to comment.