Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExpectedContext = "kind-kind" LauncherTestInstall = "test-ako" HelmRepoURL = "https://mongodb.github.io/helm-charts" RepoRef = "mongodb" OperatorChart = "mongodb-atlas-operator" AtlasURI = "https://cloud-qa.mongodb.com" // #nosec G101 -- This is just a name AtlasSecretName = "mongodb-atlas-operator-api-key" )
Variables ¶
View Source
var (
NoWait = (*WaitConfig)(nil)
)
Functions ¶
func MustLookupEnv ¶
MustLookupEnv sets the env var value given, or panics if the env var is not set
Types ¶
type AtlasCredentials ¶
type Launcher ¶
type Launcher struct {
// contains filtered or unexported fields
}
func NewFromEnv ¶
NewFromEnv creates an operator Launcher using defaults and credentials from env vars
func NewLauncher ¶
func NewLauncher(creds AtlasCredentials, version string, cmdOutput bool) *Launcher
NewLauncher creates a new operator Launcher
Click to show internal directories.
Click to hide internal directories.