Documentation ¶
Index ¶
- func AddLabel(out *atlas.AdvancedCluster, l atlas.Label)
- func Builder() *cobra.Command
- func CreateBuilder() *cobra.Command
- func DeleteBuilder() *cobra.Command
- func DescribeBuilder() *cobra.Command
- func LabelExists(labels []atlas.Label, l atlas.Label) bool
- func ListBuilder() *cobra.Command
- func LoadSampleDataBuilder() *cobra.Command
- func PauseBuilder() *cobra.Command
- func RemoveReadOnlyAttributes(out *atlas.AdvancedCluster)
- func StartBuilder() *cobra.Command
- func UpdateBuilder() *cobra.Command
- func WatchBuilder() *cobra.Command
- type CreateOpts
- type DeleteOpts
- type DescribeOpts
- type ListOpts
- type LoadSampleDataOpts
- type PauseOpts
- type StartOpts
- type UpdateOpts
- type WatchOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBuilder ¶
CreateBuilder builds a cobra.Command that can run as: create <name> --projectId projectId --provider AWS|GCP|AZURE --region regionName [--members N] [--tier M#] [--diskSizeGB N] [--backup] [--mdbVersion].
func DeleteBuilder ¶
DeleteBuilder
mongocli atlas cluster(s) delete <clusterName> --projectId projectId [--confirm].
func DescribeBuilder ¶
mongocli atlas cluster(s) describe <clusterName> --projectId projectId.
func ListBuilder ¶
mongocli atlas cluster(s) list --projectId projectId [--page N] [--limit N].
func LoadSampleDataBuilder ¶ added in v1.15.0
mongocli atlas cluster loadSampleData <clusterName> --projectId projectId -o json.
func PauseBuilder ¶
mongocli atlas cluster(s) pause <clusterName> [--projectId projectId].
func RemoveReadOnlyAttributes ¶ added in v1.18.0
func RemoveReadOnlyAttributes(out *atlas.AdvancedCluster)
func StartBuilder ¶
mongocli atlas cluster(s) start <clusterName> [--projectId projectId].
func UpdateBuilder ¶
mongocli atlas cluster(s) update [clusterName] --projectId projectId [--tier M#] [--diskSizeGB N] [--mdbVersion].
func WatchBuilder ¶
mongocli atlas cluster(s) watch <clusterName> [--projectId projectId].
Types ¶
type CreateOpts ¶
type CreateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*CreateOpts) Run ¶
func (opts *CreateOpts) Run() error
type DeleteOpts ¶
type DeleteOpts struct { cli.GlobalOpts *cli.DeleteOpts // contains filtered or unexported fields }
func (*DeleteOpts) Run ¶
func (opts *DeleteOpts) Run() error
type DescribeOpts ¶
type DescribeOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type ListOpts ¶
type ListOpts struct { cli.GlobalOpts cli.OutputOpts cli.ListOpts // contains filtered or unexported fields }
type LoadSampleDataOpts ¶ added in v1.15.0
type LoadSampleDataOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*LoadSampleDataOpts) Run ¶ added in v1.15.0
func (opts *LoadSampleDataOpts) Run() error
type PauseOpts ¶
type PauseOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type StartOpts ¶
type StartOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type UpdateOpts ¶
type UpdateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*UpdateOpts) Run ¶
func (opts *UpdateOpts) Run() error