Documentation
¶
Index ¶
- Constants
- func NewConsul() *e2e.HTTPService
- func NewDynamoDB() *e2e.HTTPService
- func NewETCD() *e2e.HTTPService
- func NewKES(port int, ...) (*e2e.HTTPService, error)
- 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 NewDynamoDB ¶
func NewDynamoDB() *e2e.HTTPService
func NewETCD ¶
func NewETCD() *e2e.HTTPService
func NewKES ¶
func NewKES(port int, serverName, serverKeyFile, serverCertFile, clientKeyFile, clientCertFile, rootCertFile, hostSharedDir string) (*e2e.HTTPService, error)
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 ¶
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.