From 1fd00cc153b0bd37f10342fe987e1508f81780dd Mon Sep 17 00:00:00 2001 From: Aiwantaozi Date: Sat, 20 Oct 2018 11:22:12 +0800 Subject: [PATCH] add elasticsearch ssl version --- apis/management.cattle.io/v3/logging_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/logging_types.go b/apis/management.cattle.io/v3/logging_types.go index 15e7f325..485cfde7 100644 --- a/apis/management.cattle.io/v3/logging_types.go +++ b/apis/management.cattle.io/v3/logging_types.go @@ -101,6 +101,7 @@ type ElasticsearchConfig struct { ClientKey string `json:"clientKey,omitempty"` ClientKeyPass string `json:"clientKeyPass,omitempty"` SSLVerify bool `json:"sslVerify,omitempty"` + SSLVersion string `json:"sslVersion,omitempty" norman:"type=enum,options=SSLv23|TLSv1|TLSv1_1|TLSv1_2,default=TLSv1_2"` } type SplunkConfig struct {