Documentation ¶
Index ¶
Constants ¶
View Source
const ( IndexTypeVector = "vectorSearch" IndexTypeSearch = "search" )
View Source
const ( SPEStatusDeleting = "DELETING" SPEStatusReserved = "RESERVED" SPEStatusAvailable = "AVAILABLE" )
Status transitions: RESERVATION_REQUESTED -> RESERVED -> INITIATING -> AVAILABLE -> DELETING I assume FAILED state can be reach from any other state transition
View Source
const FreeTier = "M0"
View Source
const (
IndexStatusActive = "READY"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtlasDeploymentReconciler ¶
type AtlasDeploymentReconciler struct { Client client.Client Log *zap.SugaredLogger Scheme *runtime.Scheme GlobalPredicates []predicate.Predicate EventRecorder record.EventRecorder AtlasProvider atlas.Provider ObjectDeletionProtection bool SubObjectDeletionProtection bool // contains filtered or unexported fields }
AtlasDeploymentReconciler reconciles an AtlasDeployment object
func (*AtlasDeploymentReconciler) SetupWithManager ¶
func (r *AtlasDeploymentReconciler) SetupWithManager(mgr ctrl.Manager, skipNameValidation bool) error
type NamespaceDiff ¶
type NamespaceDiff struct { ToCreate []akov2.ManagedNamespace ToDelete []akov2.ManagedNamespace ToUpdateStatus []akov2.ManagedNamespace }
Click to show internal directories.
Click to hide internal directories.