Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBuilder ¶
atlas backup(s) export(s) job(s) –-clusterName clusterName [--bucketId bucketId] [--projectId projectId].
func DescribeBuilder ¶
atlas backup(s) export(s) job(s) describe --clusterName <clusterName> --exportID <exportID> [--projectID <projectID>].
func ListBuilder ¶
atlas backup(s) export(s) job(s) list <clusterName> [--page N] [--limit N].
func WatchBuilder ¶
WatchBuilder atlas backup(s) export(s) job(s) watch <exportJobId>.
Types ¶
type CreateOpts ¶
type CreateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*CreateOpts) Run ¶
func (opts *CreateOpts) 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 }
Click to show internal directories.
Click to hide internal directories.