We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b21ba commit b5187a4Copy full SHA for b5187a4
pkg/minikube/bootstrapper/bsutil/ktmpl/v1beta4.go
@@ -1,5 +1,5 @@
1
/*
2
-Copyright 2022 The Kubernetes Authors All rights reserved.
+Copyright 2024 The Kubernetes Authors All rights reserved.
3
4
Licensed under the Apache License, Version 2.0 (the "License");
5
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ package ktmpl
18
19
import "text/template"
20
21
-// V1Beta4 is kubeadm config template for Kubernetes v1.23.0+
+// V1Beta4 is kubeadm config template for Kubernetes v1.31.0+
22
var V1Beta4 = template.Must(template.New("configTmpl-v1beta4").Funcs(template.FuncMap{
23
"printMapInOrder": printMapInOrder,
24
}).Parse(`apiVersion: kubeadm.k8s.io/v1beta4
0 commit comments