refator: rename ssl to tls
This commit is contained in:
@@ -5,9 +5,9 @@ import gomaprojv1beta1 "github.com/jkaninda/goma-operator/api/v1beta1"
|
|||||||
// Gateway contains Goma Proxy Gateway's configs
|
// Gateway contains Goma Proxy Gateway's configs
|
||||||
type Gateway struct {
|
type Gateway struct {
|
||||||
// TlsCertFile SSL Certificate file
|
// TlsCertFile SSL Certificate file
|
||||||
TlsCertFile string `yaml:"TlsCertFile"`
|
TlsCertFile string `yaml:"tlsCertFile"`
|
||||||
// TlsKeyFile SSL Private key file
|
// TlsKeyFile SSL Private key file
|
||||||
TlsKeyFile string `yaml:"TlsKeyFile"`
|
TlsKeyFile string `yaml:"tlsKeyFile"`
|
||||||
// Redis contains redis database details
|
// Redis contains redis database details
|
||||||
Redis gomaprojv1beta1.Redis `yaml:"redis"`
|
Redis gomaprojv1beta1.Redis `yaml:"redis"`
|
||||||
// WriteTimeout defines proxy write timeout
|
// WriteTimeout defines proxy write timeout
|
||||||
|
|||||||
Reference in New Issue
Block a user