Documentation ¶
Index ¶
- Variables
- func Basic(t *testing.T, nodebalancerName string) string
- func DataBasic(t *testing.T, nodebalancerName string) string
- func ProxyProtocol(t *testing.T, nodebalancerName string) string
- func SSL(t *testing.T, nodebalancerName, cert, privKey string) string
- func Updates(t *testing.T, nodebalancerName string) string
- type TemplateData
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestCertifcate = `` /* 2094-byte string literal not displayed */ TestPrivateKey = `` /* 3272-byte string literal not displayed */ )
Functions ¶
Types ¶
type TemplateData ¶
type TemplateData struct { NodeBalancer nodebalancer.TemplateData SSLCert string SSLKey string }
Click to show internal directories.
Click to hide internal directories.