kubeadm: remove unused DNSAddOnType from v1beta4 API

This commit is contained in:
SataQiu 2023-10-19 17:44:41 +08:00
parent de054fbf94
commit 8ae3277152

View File

@ -179,9 +179,6 @@ type APIServer struct {
TimeoutForControlPlane *metav1.Duration `json:"timeoutForControlPlane,omitempty"`
}
// DNSAddOnType defines string identifying DNS add-on types
type DNSAddOnType string
// DNS defines the DNS addon that should be used in the cluster
type DNS struct {
// ImageMeta allows to customize the image used for the DNS component