Skip to content

Commit b5187a4

Browse files
committed
Apply review suggestions
1 parent e6b21ba commit b5187a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/minikube/bootstrapper/bsutil/ktmpl/v1beta4.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2022 The Kubernetes Authors All rights reserved.
2+
Copyright 2024 The Kubernetes Authors All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ package ktmpl
1818

1919
import "text/template"
2020

21-
// V1Beta4 is kubeadm config template for Kubernetes v1.23.0+
21+
// V1Beta4 is kubeadm config template for Kubernetes v1.31.0+
2222
var V1Beta4 = template.Must(template.New("configTmpl-v1beta4").Funcs(template.FuncMap{
2323
"printMapInOrder": printMapInOrder,
2424
}).Parse(`apiVersion: kubeadm.k8s.io/v1beta4

0 commit comments

Comments
 (0)