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 {
reconciler.AtlasReconciler
Scheme *runtime.Scheme
GlobalPredicates []predicate.Predicate
EventRecorder record.EventRecorder
ObjectDeletionProtection bool
SubObjectDeletionProtection bool
// contains filtered or unexported fields
}
AtlasDeploymentReconciler reconciles an AtlasDeployment object
func (*AtlasDeploymentReconciler) For ¶ added in v2.7.1
func (r *AtlasDeploymentReconciler) For() (client.Object, builder.Predicates)
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.