kubernetes/cmd/kubeadm/app/apis/bootstraptoken/v1
Lubomir I. Ivanov edb59e9bc7 kubeadm: move token defaulting and related constants to token package
Move the defaulting of the BootstrapToken type inside the
bootstraptoken/v1 package. This prevents an error where
codegen complains that a defaulter for the type exists in both
the kubeadm v1beta3 and v1beta4.

Adapt kubeadm code to use the defaulter function and constants
that were moved to bootstraptoken/v1.

NOTE: technically this is a breaking change for direct users of
v1beta3/SetDefaults_BootstrapToken().
2023-06-21 13:34:21 +03:00
..
defaults.go kubeadm: move token defaulting and related constants to token package 2023-06-21 13:34:21 +03:00
types.go
utils_test.go code cleanup for kubeadm 2023-04-26 23:51:39 +08:00
utils.go code cleanup for kubeadm 2023-04-26 23:51:39 +08:00
zz_generated.deepcopy.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00