clusters

package
v1.56.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyBuilder

func ApplyBuilder() *cobra.Command

mongocli cloud-manager cluster(s) apply --projectId projectId --file myfile.yaml.

func Builder

func Builder() *cobra.Command

func CreateBuilder

func CreateBuilder() *cobra.Command

mongocli cloud-manager cluster(s) create --projectId projectId --file myfile.yaml.

func DeleteBuilder

func DeleteBuilder() *cobra.Command

mongocli cloud-manager cluster(s) delete <name> --projectId projectId [--force].

func DescribeBuilder

func DescribeBuilder() *cobra.Command

mongocli cloud-manager cluster(s) describe <name> --projectId projectId.

func IndexesBuilder

func IndexesBuilder() *cobra.Command

func IndexesCreateBuilder

func IndexesCreateBuilder() *cobra.Command

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

func ListBuilder() *cobra.Command

ListBuilder mongocli cloud-manager cluster(s) list --projectId projectId.

func ReclaimFreeSpaceBuilder

func ReclaimFreeSpaceBuilder() *cobra.Command

mongocli cloud-manager cluster(s) reclaimFreeSpace|rfs <clusterName> [--processName process1,process2...][--timestamp timestamp] [--force].

func RestartBuilder

func RestartBuilder() *cobra.Command

mongocli cloud-manager cluster(s) restart <clusterName> --process hostname:port,hostname2:port2 --projectId projectId [--force].

func ResyncBuilder

func ResyncBuilder() *cobra.Command

ResyncBuilder mongocli cloud-manager cluster(s) resync <clusterName> [--processName process1,process2...][--timestamp timestamp] [--force].

func ShutdownBuilder

func ShutdownBuilder() *cobra.Command

mongocli cloud-manager cluster(s) shutdown <clusterName> --projectId projectId --processName hostname:port,hostname:port[--force].

func StartupBuilder

func StartupBuilder() *cobra.Command

mongocli cloud-manager cluster(s) startup <clusterName> --process hostname:port,hostname2:port2 --projectId projectId [--force].

func UnmanageBuilder

func UnmanageBuilder() *cobra.Command

mongocli cloud-manager cluster(s) unmanage <name> --projectId projectId [--force].

func UpdateBuilder

func UpdateBuilder() *cobra.Command

mongocli cloud-manager cluster(s) update --projectId projectId --file myfile.yaml.

Types

type ApplyOpts

type ApplyOpts struct {
	cli.GlobalOpts
	// contains filtered or unexported fields
}

func (*ApplyOpts) Run

func (opts *ApplyOpts) Run() error

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
}

func (*ListOpts) Run

func (opts *ListOpts) Run() error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL