Skip to content

Commit

Permalink
Merge pull request #70 from droot/k8s-1.11
Browse files Browse the repository at this point in the history
K8s 1.11
  • Loading branch information
k8s-ci-robot authored Sep 4, 2018
2 parents 62b5a17 + 8b69956 commit 110fef4
Show file tree
Hide file tree
Showing 1,370 changed files with 23,568 additions and 19,236 deletions.
86 changes: 59 additions & 27 deletions Gopkg.lock

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

10 changes: 5 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ required = [

[[constraint]]
name="k8s.io/api"
version="kubernetes-1.10.1"
version="kubernetes-1.11.2"

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

[[constraint]]
name="k8s.io/apimachinery"
version="kubernetes-1.10.1"
version="kubernetes-1.11.2"

[[constraint]]
name="k8s.io/code-generator"
version="kubernetes-1.10.1"
version="kubernetes-1.11.2"

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

[[constraint]]
name = "github.com/onsi/ginkgo"
Expand Down
2 changes: 1 addition & 1 deletion pkg/crd/generator/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestGenerator(t *testing.T) {
t.Fatalf("reading file failed %v", err)
}
if !reflect.DeepEqual(crdContent, expectedContent) {
t.Fatalf("CRD output does not match exp:%v got:%v \n", expectedContent, crdContent)
t.Fatalf("CRD output does not match exp:%v got:%v \n", string(expectedContent), string(crdContent))
}
}
// examine content of the in-memory filesystem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
6 changes: 4 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ else
reset=''
fi

k8s_version=1.10.1
k8s_version=1.11.0
# keeping older version around to reproduce any issue (just in case)
#k8s_version=1.10.1
goarch=amd64
goos="unknown"

Expand Down Expand Up @@ -146,4 +148,4 @@ header_text "running test package tests"

cd test
make
cd -
cd -
1 change: 1 addition & 0 deletions test/config/crds/creatures_v2alpha1_kraken.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
1 change: 1 addition & 0 deletions test/config/crds/crew_v1_firstmate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
1 change: 1 addition & 0 deletions test/config/crds/policy_v1beta1_healthcheckpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
1 change: 1 addition & 0 deletions test/config/crds/ship_v1beta1_frigate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
1 change: 1 addition & 0 deletions vendor/github.com/google/btree/.travis.yml

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

Loading

0 comments on commit 110fef4

Please sign in to comment.