1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-05 17:00:20 +00:00

types vendor

This commit is contained in:
Sebastiaan van Steenis
2019-10-31 23:14:59 +01:00
committed by Alena Prokharchyk
parent adc5941fd9
commit 1bee3e452f
4 changed files with 24 additions and 2 deletions

View File

@@ -324,6 +324,8 @@ type KubeletService struct {
ClusterDNSServer string `yaml:"cluster_dns_server" json:"clusterDnsServer,omitempty"`
// Fail if swap is enabled
FailSwapOn bool `yaml:"fail_swap_on" json:"failSwapOn,omitempty"`
// Generate per node kubelet serving certificates created using kube-ca
GenerateServingCertificate bool `yaml:"generate_serving_certificate" json:"generateServingCertificate,omitempty"`
}
type KubeproxyService struct {