mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Update DNSType comments on compute.go
update pull request update pull request update pull request update pull request
This commit is contained in:
parent
ed2bdd53dc
commit
85901dd0e0
@ -60,9 +60,9 @@ func (u *Upgrade) CanUpgradeEtcd() bool {
|
|||||||
type ClusterState struct {
|
type ClusterState struct {
|
||||||
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
|
// KubeVersion describes the version of the Kubernetes API Server, Controller Manager, Scheduler and Proxy.
|
||||||
KubeVersion string
|
KubeVersion string
|
||||||
// DNSType
|
// DNSType describes the type of DNS add-on used in the cluster.
|
||||||
DNSType kubeadmapi.DNSAddOnType
|
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
|
DNSVersion string
|
||||||
// KubeadmVersion describes the version of the kubeadm CLI
|
// KubeadmVersion describes the version of the kubeadm CLI
|
||||||
KubeadmVersion string
|
KubeadmVersion string
|
||||||
|
Loading…
Reference in New Issue
Block a user