# Constants

RackControlledValuesRequests says that only the requests will be scaled.
RackControlledValuesRequestsAndLimits says that both the requests and the limits will be scaled.
ScalingModeHorizontal means the target will be scaled horizontally by appending new members.
ScalingModeHorizontal means the target will be scaled vertically by making more resources available for its operation.
UpdateModeAuto means that the recommendations are applied periodically.
UpdateModeOff means that the recommendations are provided but never applied.
UpdateStatusOk means that the recommendations were prepared successfully.
UpdateStatusRecommendationsFail says that preparing recommendations resulted in an error.
UpdateStatusTargetFetchFail says that the target ScyllaCluster could not be fetched.
UpdateStatusTargetNotReady says that the target was reachable but unstable.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
+kubebuilder:object:root=true +kubebuilder:subresource:status ScyllaClusterAutoscaler is the Schema for the ScyllaClusterAutoscalers API.
+kubebuilder:object:root=true ScyllaClusterAutoscalerList contains a list of ScyllaClusterAutoscalers.
ScyllaClusterAutoscalerSpec defines the desired state of ScyllaClusterAutoscaler.
ScyllaClusterAutoscalerStatus defines the observed state of ScyllaClusterAutoscaler.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

+kubebuilder:validation:Enum=Requests;RequestsAndLimits.
+kubebuilder:validation:Enum=Horizontal;Vertical.
+kubebuilder:validation:Enum=Off;Auto.
+kubebuilder:validation:Enum=Ok;TargetFetchFail;TargetNotReady;RecommendationsFail.