mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Merge pull request #121352 from SataQiu/fix-kubeadm-2023101902
kubeadm: remove unused DNSAddOnType from v1beta4 API
This commit is contained in:
commit
c3809672aa
@ -179,9 +179,6 @@ type APIServer struct {
|
|||||||
TimeoutForControlPlane *metav1.Duration `json:"timeoutForControlPlane,omitempty"`
|
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
|
// DNS defines the DNS addon that should be used in the cluster
|
||||||
type DNS struct {
|
type DNS struct {
|
||||||
// ImageMeta allows to customize the image used for the DNS component
|
// ImageMeta allows to customize the image used for the DNS component
|
||||||
|
Loading…
Reference in New Issue
Block a user