Merge pull request #76545 from xichengliudui/update-DNSType-comments

Update DNSType comments on compute.go
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-15 00:20:01 -07:00 committed by GitHub
commit 18533fe84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool {
type ClusterState struct {
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
KubeVersion string
// DNSType
// DNSType describes the type of DNS add-on used in the cluster.
DNSType kubeadmapi.DNSAddOnType
// DNSVersion describes the version of the kube-dns images used and manifest version
// DNSVersion describes the version of the DNS add-on.
DNSVersion string
// KubeadmVersion describes the version of the kubeadm CLI
KubeadmVersion string