Skip to content

Commit 85901dd

Browse files
committed
Update DNSType comments on compute.go
update pull request update pull request update pull request update pull request
1 parent ed2bdd5 commit 85901dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/kubeadm/app/phases/upgrade/compute.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool {
6060
type ClusterState struct {
6161
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
6262
KubeVersion string
63-
// DNSType
63+
// DNSType describes the type of DNS add-on used in the cluster.
6464
DNSType kubeadmapi.DNSAddOnType
65-
// DNSVersion describes the version of the kube-dns images used and manifest version
65+
// DNSVersion describes the version of the DNS add-on.
6666
DNSVersion string
6767
// KubeadmVersion describes the version of the kubeadm CLI
6868
KubeadmVersion string

0 commit comments

Comments
 (0)