1
0
mirror of https://github.com/rancher/types.git synced 2025-08-30 19:32:18 +00:00

add elasticsearch ssl version

This commit is contained in:
Aiwantaozi 2018-10-20 11:22:12 +08:00 committed by Alena Prokharchyk
parent 80f4b2277d
commit 1e606b2395

View File

@ -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 {