Skip to content

Commit

Permalink
update k8s.io v0.22.4 to v0.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Li <jacksama@foxmail.com>
  • Loading branch information
24sama committed Dec 23, 2021
1 parent 0e8c52c commit bab123b
Show file tree
Hide file tree
Showing 7 changed files with 356 additions and 97 deletions.
191 changes: 190 additions & 1 deletion apis/kubekey/v1alpha2/zz_generated.deepcopy.go

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

4 changes: 4 additions & 0 deletions config/crd/bases/kubekey.kubesphere.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ spec:
type: integer
etcdBackupScript:
type: string
featureGates:
additionalProperties:
type: boolean
type: object
keepBackupNumber:
type: integer
kubeProxyArgs:
Expand Down
17 changes: 7 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.7.1
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/cli-runtime v0.22.4
k8s.io/client-go v0.22.4
k8s.io/code-generator v0.22.4
k8s.io/klog/v2 v2.30.0 // indirect
k8s.io/kubectl v0.22.4
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
sigs.k8s.io/controller-runtime v0.10.3
k8s.io/api v0.23.1
k8s.io/apimachinery v0.23.1
k8s.io/cli-runtime v0.23.1
k8s.io/client-go v0.23.1
k8s.io/code-generator v0.23.1
k8s.io/kubectl v0.23.1
sigs.k8s.io/controller-runtime v0.11.0
)

0 comments on commit bab123b

Please sign in to comment.