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

Update Kubernetes dependencies to release branch #24

Merged
merged 1 commit into from
Dec 13, 2017
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: 3 additions & 3 deletions 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 Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

[[constraint]]
name = "k8s.io/client-go"
version = "5.0.1"
branch = "release-5.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
Expand Down
7 changes: 5 additions & 2 deletions build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@ RUN mkdir -p /tmp/protoc && \
# install go tooling for building and testing
RUN go get -u github.com/golang/dep/cmd/dep && \
go get -u github.com/alecthomas/gometalinter && \
go get -u k8s.io/code-generator/... && \
go get -u github.com/golang/protobuf/protoc-gen-go && \
/go/bin/gometalinter --install

# install the release branch of the code generator tools
RUN cd /go/src && mkdir -p k8s.io && cd k8s.io && \
git clone -b release-1.8 --depth=3 https://github.com/kubernetes/code-generator.git

# make sure we keep the path to go
RUN echo "export PATH=/usr/local/go/bin:/go/bin/:\$PATH" >> /root/.bashrc

# script for generating the CRD scripts
# code generation scripts
COPY *.sh /root/
RUN chmod +x /root/*.sh

Expand Down
3 changes: 3 additions & 0 deletions pkg/client/clientset/versioned/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
// limitations under the License.

// This code was autogenerated. Do not edit directly.

// This package is generated by client-gen with custom arguments.

// This package has the automatically generated clientset.
package versioned
3 changes: 3 additions & 0 deletions pkg/client/clientset/versioned/fake/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
// limitations under the License.

// This code was autogenerated. Do not edit directly.

// This package is generated by client-gen with custom arguments.

// This package has the automatically generated fake clientset.
package fake
3 changes: 3 additions & 0 deletions pkg/client/clientset/versioned/scheme/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
// limitations under the License.

// This code was autogenerated. Do not edit directly.

// This package is generated by client-gen with custom arguments.

// This package contains the scheme of the automatically generated clientset.
package scheme
3 changes: 3 additions & 0 deletions pkg/client/clientset/versioned/typed/stable/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
// limitations under the License.

// This code was autogenerated. Do not edit directly.

// This package is generated by client-gen with custom arguments.

// This package has the automatically generated typed clients.
package v1alpha1
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
// limitations under the License.

// This code was autogenerated. Do not edit directly.

// This package is generated by client-gen with custom arguments.

// Package fake has the automatically generated clients.
package fake

This file was deleted.

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.

This file was deleted.

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

Loading