1
0
mirror of https://github.com/rancher/types.git synced 2025-07-19 15:56:26 +00:00

Add yaml annotation to rotate flag to rkeconfig

This commit is contained in:
galal-hussein 2018-12-20 23:17:31 +02:00 committed by Alena Prokharchyk
parent 998cd5bca8
commit 522fc4d7b1

View File

@ -42,7 +42,7 @@ type RancherKubernetesEngineConfig struct {
// Monitoring Config
Monitoring MonitoringConfig `yaml:"monitoring" json:"monitoring,omitempty"`
// Rotating Certificates Option
RotateCertificates *RotateCertificates `yaml:"-" json:"rotateCertificates,omitempty"`
RotateCertificates *RotateCertificates `yaml:"rotate_certificates,omitempty" json:"rotateCertificates,omitempty"`
}
type BastionHost struct {