Documentation ¶
Index ¶
- Constants
- func NewConsul() *e2e.HTTPService
- func NewConsulWithName(name string) *e2e.HTTPService
- func NewDynamoDB() *e2e.HTTPService
- func NewETCD() *e2e.HTTPService
- func NewKES(port int, serverKeyFile, serverCertFile, rootCertFile string) *e2e.HTTPService
- func NewMinio(port int, bktNames ...string) *e2e.HTTPService
- func NewMinioWithKES(port int, kesEndpoint, rootKeyFile, rootCertFile, caCertFile string, ...) *e2e.HTTPService
Constants ¶
View Source
const ( MinioAccessKey = "Cheescake" MinioSecretKey = "supersecret" )
Variables ¶
This section is empty.
Functions ¶
func NewConsul ¶
func NewConsul() *e2e.HTTPService
func NewConsulWithName ¶ added in v1.15.0
func NewConsulWithName(name string) *e2e.HTTPService
func NewDynamoDB ¶
func NewDynamoDB() *e2e.HTTPService
func NewETCD ¶ added in v1.1.0
func NewETCD() *e2e.HTTPService
func NewKES ¶ added in v1.13.0
func NewKES(port int, serverKeyFile, serverCertFile, rootCertFile string) *e2e.HTTPService
NewKES returns KES server, used as a local key management store
func NewMinio ¶
func NewMinio(port int, bktNames ...string) *e2e.HTTPService
NewMinio returns minio server, used as a local replacement for S3.
func NewMinioWithKES ¶ added in v1.13.0
func NewMinioWithKES(port int, kesEndpoint, rootKeyFile, rootCertFile, caCertFile string, bktNames ...string) *e2e.HTTPService
NewMinioWithKES returns minio server, configured to talk to a KES service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.