Documentation
¶
Index ¶
- func AppendUserPasswordAndDBToMongoUri(mongoUri string, user, password, dbName string) string
- func Cluster(ctx *sdk.Context, stack api.Stack, input api.ResourceInput, ...) (*api.ResourceOutput, error)
- func ClusterComputeProcessor(ctx *sdk.Context, stack api.Stack, input api.ResourceInput, ...) (*api.ResourceOutput, error)
- func Provider(ctx *sdk.Context, stack api.Stack, input api.ResourceInput, ...) (*api.ResourceOutput, error)
- type ClusterOutput
- type DbUserOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cluster ¶
func Cluster(ctx *sdk.Context, stack api.Stack, input api.ResourceInput, params pApi.ProvisionParams) (*api.ResourceOutput, error)
func ClusterComputeProcessor ¶
func ClusterComputeProcessor(ctx *sdk.Context, stack api.Stack, input api.ResourceInput, collector pApi.ComputeContextCollector, params pApi.ProvisionParams) (*api.ResourceOutput, error)
func Provider ¶
func Provider(ctx *sdk.Context, stack api.Stack, input api.ResourceInput, params pApi.ProvisionParams) (*api.ResourceOutput, error)
Types ¶
type ClusterOutput ¶
type ClusterOutput struct {
DbUsers sdk.Output
Cluster *mongodbatlas.Cluster
Project *mongodbatlas.Project
PrivateLinkEndpointService *mongodbatlas.PrivateLinkEndpointService
}
type DbUserOutput ¶
type DbUserOutput struct {
UserName string `json:"userName" yaml:"userName"`
Password string `json:"password" yaml:"password"`
DbUri string `json:"dbUri" yaml:"dbUri"`
}
func (DbUserOutput) ToJson ¶
func (o DbUserOutput) ToJson() string
Click to show internal directories.
Click to hide internal directories.