kubeadm: mark output/v1alpha1 as deprecated

This commit is contained in:
Lubomir I. Ivanov 2021-09-28 16:29:42 +03:00
parent 473e781ccb
commit 47af311ea4

View File

@ -24,4 +24,5 @@ limitations under the License.
// The purpose of the kubeadm structured output is to have a well
// defined versioned output format that other software that uses
// kubeadm for cluster deployments can use and rely on.
// DEPRECATED: use v1alpha2 instead
package v1alpha1 // import "k8s.io/kubernetes/cmd/kubeadm/app/apis/output/v1alpha1"