Documentation
¶
Index ¶
- func FindTestData(uri string) error
- func InsertTestData(uri string) error
- func WaitForConsul(pool *dockertest.Pool, endpoint string) error
- func WaitForMongoDB(pool *dockertest.Pool, uri string) error
- func WaitForS3(pool *dockertest.Pool, endpoint, accessKeyID, secretAccessKey string) error
- type HelmEnv
- type HelmEnvConfig
- type KindEnv
- type KindEnvConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindTestData ¶
func InsertTestData ¶
func WaitForConsul ¶
func WaitForMongoDB ¶
Types ¶
type HelmEnv ¶
type HelmEnv struct {
Config *HelmEnvConfig
Dir string
Bin string
Env []string
// contains filtered or unexported fields
}
func NewHelmEnv ¶
func NewHelmEnv(config *HelmEnvConfig) (*HelmEnv, error)
func (*HelmEnv) RepoUpdate ¶
type HelmEnvConfig ¶
type KindEnv ¶
type KindEnv struct {
Config *KindEnvConfig
Dir string
Bin string
Name string
Kubeconfig string
// contains filtered or unexported fields
}
func NewKindEnv ¶
func NewKindEnv(config *KindEnvConfig) (*KindEnv, error)
func (*KindEnv) LoadDockerImage ¶
Click to show internal directories.
Click to hide internal directories.