Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSsh ¶
type AppSsh struct {
/*Port - Descr: External port for SSH access to application instances Default: 2222
*/
Port interface{} `yaml:"port,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Cc ¶
type Cc struct {
/*AllowAppSshAccess - Descr: Allow users to change the value of the app-level allow_ssh attribute Default: true
*/
AllowAppSshAccess interface{} `yaml:"allow_app_ssh_access,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type HaProxy ¶
type HaProxy struct {
/*SslCiphers - Descr: List of SSL Ciphers that are passed to HAProxy Default: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-CBC-SHA256:ECDHE-RSA-AES256-CBC-SHA384:ECDHE-RSA-AES128-CBC-SHA:ECDHE-RSA-AES256-CBC-SHA:AES128-SHA256:AES128-SHA
*/
SslCiphers interface{} `yaml:"ssl_ciphers,omitempty"`
/*DisableHttp - Descr: Disable port 80 traffic Default: false
*/
DisableHttp interface{} `yaml:"disable_http,omitempty"`
/*LogToFile - Descr: Whether to send logs to a file instead of the default syslog Default: false
*/
LogToFile interface{} `yaml:"log_to_file,omitempty"`
/*SslPem - Descr: SSL certificate (PEM file) Default: <nil>
*/
SslPem interface{} `yaml:"ssl_pem,omitempty"`
/*Dontlognull - Descr: Whether to disable logging of requests with no traffic (usually load-balancer TCP checks) Default: false
*/
Dontlognull interface{} `yaml:"dontlognull,omitempty"`
/*BufferSizeBytes - Descr: Buffer size to use for requests, any requests larger than this (large cookies or query strings) will result in a gateway error Default: 16384
*/
BufferSizeBytes interface{} `yaml:"buffer_size_bytes,omitempty"`
/*EnableStatsSocket - Descr: Whether to enable a socket that can be used to query errors and status Default: false
*/
EnableStatsSocket interface{} `yaml:"enable_stats_socket,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type HaproxyJob ¶
type HaproxyJob struct {
/*HaProxy - Descr: List of SSL Ciphers that are passed to HAProxy Default: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-CBC-SHA256:ECDHE-RSA-AES256-CBC-SHA384:ECDHE-RSA-AES128-CBC-SHA:ECDHE-RSA-AES256-CBC-SHA:AES128-SHA256:AES128-SHA
*/
HaProxy *HaProxy `yaml:"ha_proxy,omitempty"`
/*RequestTimeoutInSeconds - Descr: Server and client timeouts in seconds Default: 900
*/
RequestTimeoutInSeconds interface{} `yaml:"request_timeout_in_seconds,omitempty"`
/*Cc - Descr: Allow users to change the value of the app-level allow_ssh attribute Default: true
*/
Cc *Cc `yaml:"cc,omitempty"`
/*Router - Descr: Listening port for Router Default: 80
*/
Router *Router `yaml:"router,omitempty"`
/*AppSsh - Descr: External port for SSH access to application instances Default: 2222
*/
AppSsh *AppSsh `yaml:"app_ssh,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Router ¶
type Router struct {
/*Servers - Descr: Array of router IPs Default: []
*/
Servers interface{} `yaml:"servers,omitempty"`
/*Port - Descr: Listening port for Router Default: 80
*/
Port interface{} `yaml:"port,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.