Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeletingState = "DELETING" DeletedState = "DELETED" )
Variables ¶
This section is empty.
Functions ¶
func BuildServerlessDeployments ¶
func BuildServerlessDeployments(deploymentStore store.OperatorClusterStore, validator features.FeatureValidator, projectID, projectName, clusterID, targetNamespace string, dictionary map[string]string, version string) (*akov2.AtlasDeployment, error)
Types ¶
type AtlasDeploymentResult ¶
type AtlasDeploymentResult struct { Deployment *akov2.AtlasDeployment BackupSchedule *akov2.AtlasBackupSchedule BackupPolicies []*akov2.AtlasBackupPolicy }
func BuildAtlasAdvancedDeployment ¶
func BuildAtlasAdvancedDeployment(deploymentStore store.OperatorClusterStore, validator features.FeatureValidator, projectID, projectName, clusterID, targetNamespace string, dictionary map[string]string, version string) (*AtlasDeploymentResult, error)
Click to show internal directories.
Click to hide internal directories.