Merge pull request #121352 from SataQiu/fix-kubeadm-2023101902

kubeadm: remove unused DNSAddOnType from v1beta4 API
This commit is contained in:
Kubernetes Prow Robot
2023-10-19 14:05:59 +02:00
committed by GitHub

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