Skip to content

Commit

Permalink
rebase 1.10 k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Apr 26, 2018
1 parent 2cbff19 commit 0f3c5cd
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 0f3c5cd

Please sign in to comment.