1
0
mirror of https://github.com/rancher/types.git synced 2025-06-27 14:06:49 +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 9cf979f166
commit 1fd00cc153

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 {