From 622f69bf8d4637099ab35a0e766aeaac58bfe51d Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Fri, 18 Jun 2021 00:47:56 +0300 Subject: [PATCH] kubeadm: update v1beta3's godoc changelog --- cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go b/cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go index 50ec9722fff..4e890d279ee 100644 --- a/cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go +++ b/cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go @@ -36,6 +36,8 @@ limitations under the License. // "IfNotPresent". "IfNotPresent" is the default, which has been the existing behavior prior to this addition. // - Add "InitConfiguration.Patches.Directory", "JoinConfiguration.Patches.Directory" to allow // the user to configure a directory from which to take patches for components deployed by kubeadm. +// - Move the BootstrapToken* API and related utilities out of the "kubeadm" API group to a new group +// "bootstraptoken". The kubeadm API version v1beta3 no longer contains the BootstrapToken* structures. // // Migration from old kubeadm config versions //