Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbyrne committed Oct 12, 2024
1 parent 2bb346f commit b9d2e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/bootstrapper/bsutil/ktmpl/v1beta4.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2022 The Kubernetes Authors All rights reserved.
Copyright 2024 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,7 @@ package ktmpl

import "text/template"

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

0 comments on commit b9d2e2c

Please sign in to comment.