Documentation ¶
Index ¶
- func ApplyBuilder() *cobra.Command
- func Builder() *cobra.Command
- func CreateBuilder() *cobra.Command
- func DeleteBuilder() *cobra.Command
- func DescribeBuilder() *cobra.Command
- func IndexesBuilder() *cobra.Command
- func IndexesCreateBuilder() *cobra.Command
- func ListBuilder() *cobra.Command
- func ReclaimFreeSpaceBuilder() *cobra.Command
- func RestartBuilder() *cobra.Command
- func ResyncBuilder() *cobra.Command
- func ShutdownBuilder() *cobra.Command
- func StartupBuilder() *cobra.Command
- func UnmanageBuilder() *cobra.Command
- func UpdateBuilder() *cobra.Command
- type ApplyOpts
- type CreateOpts
- type DeleteOpts
- type DescribeOpts
- type IndexesCreateOpts
- type ListOpts
- type ReclaimFreeSpaceOpts
- type RestartOpts
- type ShutdownOpts
- type StartupOpts
- type UnmanageOpts
- type UpdateOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyBuilder ¶
mongocli cloud-manager cluster(s) apply --projectId projectId --file myfile.yaml.
func CreateBuilder ¶
mongocli cloud-manager cluster(s) create --projectId projectId --file myfile.yaml.
func DeleteBuilder ¶
mongocli cloud-manager cluster(s) delete <name> --projectId projectId [--force].
func DescribeBuilder ¶
mongocli cloud-manager cluster(s) describe <name> --projectId projectId.
func IndexesBuilder ¶
func IndexesCreateBuilder ¶
IndexesCreateBuilder mongocli cloud-manager cluster(s) index(es) create [name] --rsName rsName --dbName dbName [--key field:type] [--projectId projectId] --locale locale --caseFirst caseFirst --alternate alternate --maxVariable maxVariable --strength strength --caseLevel caseLevel --numericOrdering numericOrdering --normalization normalization --backwards backwards --unique unique --sparse sparse --background background.
func ListBuilder ¶
ListBuilder mongocli cloud-manager cluster(s) list --projectId projectId.
func ReclaimFreeSpaceBuilder ¶
mongocli cloud-manager cluster(s) reclaimFreeSpace|rfs <clusterName> [--processName process1,process2...][--timestamp timestamp] [--force].
func RestartBuilder ¶
mongocli cloud-manager cluster(s) restart <clusterName> --process hostname:port,hostname2:port2 --projectId projectId [--force].
func ResyncBuilder ¶
ResyncBuilder mongocli cloud-manager cluster(s) resync <clusterName> [--processName process1,process2...][--timestamp timestamp] [--force].
func ShutdownBuilder ¶
mongocli cloud-manager cluster(s) shutdown <clusterName> --projectId projectId --processName hostname:port,hostname:port[--force].
func StartupBuilder ¶
mongocli cloud-manager cluster(s) startup <clusterName> --process hostname:port,hostname2:port2 --projectId projectId [--force].
func UnmanageBuilder ¶
mongocli cloud-manager cluster(s) unmanage <name> --projectId projectId [--force].
func UpdateBuilder ¶
mongocli cloud-manager cluster(s) update --projectId projectId --file myfile.yaml.
Types ¶
type ApplyOpts ¶
type ApplyOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
type CreateOpts ¶
type CreateOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*CreateOpts) Run ¶
func (opts *CreateOpts) Run() error
type DeleteOpts ¶
type DeleteOpts struct { cli.GlobalOpts cli.WatchOpts *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 IndexesCreateOpts ¶
type IndexesCreateOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*IndexesCreateOpts) Run ¶
func (opts *IndexesCreateOpts) Run() error
type ListOpts ¶
type ListOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type ReclaimFreeSpaceOpts ¶
type ReclaimFreeSpaceOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ReclaimFreeSpaceOpts) Confirm ¶
func (opts *ReclaimFreeSpaceOpts) Confirm() error
func (*ReclaimFreeSpaceOpts) Run ¶
func (opts *ReclaimFreeSpaceOpts) Run() error
type RestartOpts ¶
type RestartOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*RestartOpts) Confirm ¶
func (opts *RestartOpts) Confirm() error
func (*RestartOpts) Run ¶
func (opts *RestartOpts) Run() error
type ShutdownOpts ¶
type ShutdownOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*ShutdownOpts) Confirm ¶
func (opts *ShutdownOpts) Confirm() error
func (*ShutdownOpts) Run ¶
func (opts *ShutdownOpts) Run() error
type StartupOpts ¶
type StartupOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*StartupOpts) Confirm ¶
func (opts *StartupOpts) Confirm() error
func (*StartupOpts) Run ¶
func (opts *StartupOpts) Run() error
type UnmanageOpts ¶
type UnmanageOpts struct { cli.GlobalOpts *cli.DeleteOpts // contains filtered or unexported fields }
func (*UnmanageOpts) Run ¶
func (opts *UnmanageOpts) Run() error
type UpdateOpts ¶
type UpdateOpts struct { cli.GlobalOpts // contains filtered or unexported fields }
func (*UpdateOpts) Run ¶
func (opts *UpdateOpts) Run() error