Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Rancher
Commits
9b1efdb5
Commit
9b1efdb5
authored
6 years ago
by
moelsayed
Committed by
Alena Prokharchyk
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update k8s to v1.11.5 and v1.10.11
parent
a9164915
Changes
57
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
vendor.conf
+2
-2
vendor.conf
vendor/github.com/rancher/norman/Dockerfile.dapper
+1
-1
vendor/github.com/rancher/norman/Dockerfile.dapper
vendor/github.com/rancher/types/Dockerfile.dapper
+1
-1
vendor/github.com/rancher/types/Dockerfile.dapper
vendor/github.com/rancher/types/apis/batch/v1/zz_generated_job_controller.go
+1
-1
...ancher/types/apis/batch/v1/zz_generated_job_controller.go
vendor/github.com/rancher/types/apis/batch/v1/zz_generated_job_lifecycle_adapter.go
+1
-1
...types/apis/batch/v1/zz_generated_job_lifecycle_adapter.go
vendor/github.com/rancher/types/apis/cluster.cattle.io/v3/schema/schema.go
+1
-1
.../rancher/types/apis/cluster.cattle.io/v3/schema/schema.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_component_status_controller.go
+1
-1
.../apis/core/v1/zz_generated_component_status_controller.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_component_status_lifecycle_adapter.go
+1
-1
...ore/v1/zz_generated_component_status_lifecycle_adapter.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_config_map_controller.go
+1
-1
.../types/apis/core/v1/zz_generated_config_map_controller.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_config_map_lifecycle_adapter.go
+1
-1
...apis/core/v1/zz_generated_config_map_lifecycle_adapter.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_endpoints_controller.go
+1
-1
...r/types/apis/core/v1/zz_generated_endpoints_controller.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_endpoints_lifecycle_adapter.go
+1
-1
.../apis/core/v1/zz_generated_endpoints_lifecycle_adapter.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_event_controller.go
+1
-1
...ncher/types/apis/core/v1/zz_generated_event_controller.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_event_lifecycle_adapter.go
+1
-1
...ypes/apis/core/v1/zz_generated_event_lifecycle_adapter.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_namespace_controller.go
+1
-1
...r/types/apis/core/v1/zz_generated_namespace_controller.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_namespace_lifecycle_adapter.go
+1
-1
.../apis/core/v1/zz_generated_namespace_lifecycle_adapter.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_node_controller.go
+1
-1
...ancher/types/apis/core/v1/zz_generated_node_controller.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_node_lifecycle_adapter.go
+1
-1
...types/apis/core/v1/zz_generated_node_lifecycle_adapter.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_persistent_volume_claim_controller.go
+1
-1
...ore/v1/zz_generated_persistent_volume_claim_controller.go
vendor/github.com/rancher/types/apis/core/v1/zz_generated_persistent_volume_claim_lifecycle_adapter.go
+1
-1
...zz_generated_persistent_volume_claim_lifecycle_adapter.go
with
21 additions
and
21 deletions
+21
-21
vendor.conf
+
2
-
2
View file @
9b1efdb5
...
...
@@ -33,10 +33,10 @@ github.com/smartystreets/go-aws-auth 8ef1316913ee4f44bc48c2456e44a5c1c6
github
.
com
/
mcuadros
/
go
-
version
6
d5863ca60fa6fe914b5fd43ed8533d7567c5b0b
github
.
com
/
rancher
/
rdns
-
server
bf662911db6acce4d6a85d2878653f68413b9176
github
.
com
/
rancher
/
types
0
f69ef3864faae2d4328c13a06b242817e4cbec6
github
.
com
/
rancher
/
types
5
f30d6820903122f2e288fbc4abde1fd4deacf65
github
.
com
/
rancher
/
norman
643868
f4a6c4a0803e287d48b111d39988cc19c0
github
.
com
/
rancher
/
norman
39
d1bb2830de46f8ef2d1d87c6d315fe1676413a
github
.
com
/
rancher
/
kontainer
-
engine
2
b4ed633b1aa73a109db704264513bfe9210f52b
github
.
com
/
rancher
/
rke
bff7e0a2c3b792704020263927fb7d49b55a3017
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/norman/Dockerfile.dapper
+
1
-
1
View file @
9b1efdb5
...
...
@@ -11,7 +11,7 @@ RUN apt-get update && \
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
RUN wget -O - https://storage.googleapis.com/golang/go1.
8.3
.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
RUN wget -O - https://storage.googleapis.com/golang/go1.
9
.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
go get github.com/rancher/trash && go get github.com/golang/lint/golint
ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 \
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/Dockerfile.dapper
+
1
-
1
View file @
9b1efdb5
...
...
@@ -11,7 +11,7 @@ RUN apt-get update && \
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
RUN wget -O - https://storage.googleapis.com/golang/go1.
8.3
.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
RUN wget -O - https://storage.googleapis.com/golang/go1.
9
.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
go get github.com/rancher/trash && \
go get github.com/golang/lint/golint && \
go get golang.org/x/tools/cmd/goimports
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/batch/v1/zz_generated_job_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/batch/v1"
v1
"k8s.io/api/batch/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/batch/v1/zz_generated_job_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/batch/v1"
v1
"k8s.io/api/batch/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/cluster.cattle.io/v3/schema/schema.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -4,7 +4,7 @@ import (
"github.com/rancher/norman/types"
m
"github.com/rancher/norman/types/mapper"
"github.com/rancher/types/factory"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
storagev1
"k8s.io/api/storage/v1"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_component_status_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_component_status_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_config_map_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_config_map_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_endpoints_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_endpoints_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_event_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_event_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_namespace_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_namespace_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_node_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_node_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_persistent_volume_claim_controller.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -5,7 +5,7 @@ import (
"github.com/rancher/norman/controller"
"github.com/rancher/norman/objectclient"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
...
...
This diff is collapsed.
Click to expand it.
vendor/github.com/rancher/types/apis/core/v1/zz_generated_persistent_volume_claim_lifecycle_adapter.go
+
1
-
1
View file @
9b1efdb5
...
...
@@ -2,7 +2,7 @@ package v1
import
(
"github.com/rancher/norman/lifecycle"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
)
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment