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:
parent
9cf979f166
commit
1fd00cc153
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user