Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultAtlasTier = "M0"
)
Variables ¶
View Source
var ErrNoRegions = errors.New("no regions found for the cloud provider")
View Source
var ErrUserAborted = errors.New("user-aborted. Not creating cluster")
Functions ¶
Types ¶
type Opts ¶
type Opts struct { cli.GlobalOpts cli.WatchOpts ClusterName string Provider string Region string IPAddresses []string IPAddressesResponse string DBUsername string DBUserPassword string SampleDataJobID string Tier string Tag map[string]string SkipSampleData bool SkipMongosh bool DefaultValue bool Confirm bool CurrentIP bool EnableTerminationProtection bool // contains filtered or unexported fields }
func (*Opts) SetupAtlasFlags ¶
func (*Opts) SetupFlowFlags ¶
type ProfileReader ¶
Click to show internal directories.
Click to hide internal directories.