kubernetes/cmd/kubeadm/app
Lubomir I. Ivanov 2d4fcedbcf kubeadm: add a new output/v1alpha2 API
The API is a copy of output/v1alpha1 with a minor difference
where output/v1alpha2.BootstrapToken embeds
bootstraptoken/v1.BootstrapToken instead of
kubeadm/v1beta2.BootstrapToken.

Embedding the later is an undesired binding between the "kubeadm"
and "output" groups, preventing the eventual deprecation and removal
of the kubeadm.v1beta2 API.

This new output API version, unlike v1alpha1, does not include
defaulting which is not needed.
2021-09-28 16:37:26 +03:00
..
apis kubeadm: add a new output/v1alpha2 API 2021-09-28 16:37:26 +03:00
cmd remove the --csr* flags from "kubeadm certs renew" 2021-09-13 14:50:33 +05:30
componentconfigs support null resolvConf in Kubelet Configuration 2021-09-14 16:12:52 +08:00
constants updates pause image references 2021-08-29 21:50:05 -07:00
discovery re-order imports for kubeadm 2021-08-17 22:40:46 +08:00
features move IPv6DualStack feature to stable. (#104691) 2021-09-24 16:30:22 -07:00
images re-order imports for kubeadm 2021-08-17 22:40:46 +08:00
phases kubeadm: remove --port from kube-scheduler manifest 2021-09-15 12:58:35 +08:00
preflight Merge pull request #104854 from pacoxu/kubeadm-swap-check 2021-09-17 04:57:13 -07:00
util updates pause image references 2021-08-29 21:50:05 -07:00
kubeadm.go re-order imports for kubeadm 2021-08-17 22:40:46 +08:00