Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Update to Kubernetes v1.18.3 (#7)
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 78f401a commit 07c4965
Show file tree
Hide file tree
Showing 38 changed files with 305 additions and 43 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
k8s.io/api v0.18.3
k8s.io/apimachinery v0.18.3
k8s.io/client-go v12.0.0+incompatible
kmodules.xyz/client-go v0.0.0-20200630053911-20d035822d35
kmodules.xyz/client-go v0.0.0-20200713013004-81c7c59b7cfa
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 h1:d4vVOjXm687F1iLSP2q3lyPPuyvTU
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
kmodules.xyz/client-go v0.0.0-20200525195850-2fd180961371 h1:PPawDOMyDHGeDPN8j1epNozaIB/Z7MlJsXpwm/r4jgk=
kmodules.xyz/client-go v0.0.0-20200525195850-2fd180961371/go.mod h1:sY/eoe4ktxZEoHpr5NpAQ5s22VSwTE8psJtKVeVgLRY=
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/go.mod h1:jpu8xFsDKd6kAWUAKk8oTu/GQGBWqhrcaDeOJdaCJnk=
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9 h1:W+k1qhU0W1rptia2PWPOb7IWUvWnf31EMnatXt7MW6w=
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9/go.mod h1:bu1V7HdnuHc1hgvbqAdcwTViQ0TfZwF3Nu/SjB4vai4=
Expand Down
243 changes: 243 additions & 0 deletions vendor/k8s.io/client-go/discovery/cached/memory/memcache.go

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

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/core/v1/configmap.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/core/v1/endpoints.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/core/v1/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
2 changes: 1 addition & 1 deletion vendor/kmodules.xyz/client-go/core/v1/node.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/core/v1/pod.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/core/v1/pv.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/core/v1/pvc.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/core/v1/rc.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/core/v1/secret.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/core/v1/service.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/core/v1/serviceaccount.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
Loading

0 comments on commit 07c4965

Please sign in to comment.