Skip to content

Commit

Permalink
Update to Kubernetes v1.18.3 (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Jul 13, 2020
1 parent a081a36 commit 2b10a12
Show file tree
Hide file tree
Showing 28 changed files with 44 additions and 29 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
k8s.io/apimachinery v0.18.3
k8s.io/client-go v12.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
kmodules.xyz/client-go v0.0.0-20200630053911-20d035822d35
kmodules.xyz/client-go v0.0.0-20200713013004-81c7c59b7cfa
kmodules.xyz/crd-schema-fuzz v0.0.0-20200521005638-2433a187de95
sigs.k8s.io/yaml v1.2.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6 h1:Oh3Mzx5pJ+yIumsAD0MOEC
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E=
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 h1:d4vVOjXm687F1iLSP2q3lyPPuyvTUt3aVoBpi2DqRsU=
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
kmodules.xyz/client-go v0.0.0-20200630053911-20d035822d35 h1:gDzZWVvgAaEBzo4lxMGhPUWqySgFyFDkcqw3NskZiwQ=
kmodules.xyz/client-go v0.0.0-20200630053911-20d035822d35/go.mod h1:sY/eoe4ktxZEoHpr5NpAQ5s22VSwTE8psJtKVeVgLRY=
kmodules.xyz/client-go v0.0.0-20200713013004-81c7c59b7cfa h1:yMP0egjWCvqKty8SAgyhVEjvUeM4/z5VxuU9Oo+sYGk=
kmodules.xyz/client-go v0.0.0-20200713013004-81c7c59b7cfa/go.mod h1:sY/eoe4ktxZEoHpr5NpAQ5s22VSwTE8psJtKVeVgLRY=
kmodules.xyz/crd-schema-fuzz v0.0.0-20200521005638-2433a187de95 h1:v0S/+ftzL6Xrs9XevgchAOJyPKlRQXPiZf87xotj3X4=
kmodules.xyz/crd-schema-fuzz v0.0.0-20200521005638-2433a187de95/go.mod h1:jpu8xFsDKd6kAWUAKk8oTu/GQGBWqhrcaDeOJdaCJnk=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
Expand Down
3 changes: 1 addition & 2 deletions vendor/kmodules.xyz/client-go/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2019 AppsCode Inc.
# Copyright 2016 The Kubernetes Authors.
# Copyright AppsCode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/apiextensions/kubernetes.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
16 changes: 16 additions & 0 deletions vendor/kmodules.xyz/client-go/apiextensions/types.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package apiextensions

import (
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/apiextensions/v1/crd.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/apiextensions/v1beta1/crd.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/discovery/lib.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/discovery/restmapper.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/annotations.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/arguments.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2017 The Kubernetes Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/cloud.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/cmp.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/encoding.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/hash.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/incluster.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/lib.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/meta/patch.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/openapi/cd_storage.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/openapi/getter_storage.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/openapi/lister_storage.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/openapi/rd_storage.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/openapi/render.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/openapi/std_storage.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/openapi/types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/util.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright The Kmodules Authors.
Copyright AppsCode Inc. and Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ k8s.io/utils/net
k8s.io/utils/path
k8s.io/utils/pointer
k8s.io/utils/trace
# kmodules.xyz/client-go v0.0.0-20200630053911-20d035822d35
# kmodules.xyz/client-go v0.0.0-20200713013004-81c7c59b7cfa
kmodules.xyz/client-go
kmodules.xyz/client-go/apiextensions
kmodules.xyz/client-go/apiextensions/v1
Expand Down

0 comments on commit 2b10a12

Please sign in to comment.