Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBuilder ¶
atlas clusters search nodes create [--clusterName clusterName] [--file filePath].
func DeleteBuilder ¶
atlas clusters search nodes delete [--clusterName clusterName].
func ListBuilder ¶
atlas clusters search nodes list [--projectId projectId] [--clusterName name].
func UpdateBuilder ¶
atlas clusters search nodes update [--clusterName clusterName] [--file filePath].
Types ¶
type CreateOpts ¶
type CreateOpts struct { cli.GlobalOpts cli.WatchOpts // 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 ListOpts ¶
type ListOpts struct { cli.GlobalOpts cli.OutputOpts cli.ListOpts // contains filtered or unexported fields }
type UpdateOpts ¶
type UpdateOpts struct { cli.GlobalOpts cli.WatchOpts // contains filtered or unexported fields }
func (*UpdateOpts) Run ¶
func (opts *UpdateOpts) Run() error
Click to show internal directories.
Click to hide internal directories.