Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDeploymentName = errors.New("deployment name is required for Atlas resources")
View Source
var ErrNotAuthenticated = errors.New("not authenticated, login first to create Atlas resources")
View Source
var ErrSearchIndexDuplicated = errors.New("search index is duplicated")
View Source
var ErrWatchNotAvailable = errors.New("watch is not available for Atlas resources")
Functions ¶
func CreateBuilder ¶
func DeleteBuilder ¶
func DescribeBuilder ¶
func ListBuilder ¶
Types ¶
type CreateOpts ¶
type CreateOpts struct { cli.WatchOpts cli.GlobalOpts cli.OutputOpts options.DeploymentOpts search.IndexOpts // contains filtered or unexported fields }
func (*CreateOpts) RunAtlas ¶
func (opts *CreateOpts) RunAtlas() error
type DeleteOpts ¶
type DeleteOpts struct { cli.OutputOpts cli.GlobalOpts *cli.DeleteOpts options.DeploymentOpts search.IndexOpts // contains filtered or unexported fields }
func (*DeleteOpts) RunAtlas ¶
func (opts *DeleteOpts) RunAtlas() error
type DescribeOpts ¶
type DescribeOpts struct { cli.GlobalOpts cli.OutputOpts options.DeploymentOpts // contains filtered or unexported fields }
func (*DescribeOpts) RunAtlas ¶
func (opts *DescribeOpts) RunAtlas() error
type ListOpts ¶
type ListOpts struct { cli.GlobalOpts cli.OutputOpts options.DeploymentOpts search.IndexOpts // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.