Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultETCDQuota is the default etcd quota. DefaultETCDQuota = 8 * 1024 * 1024 * 1024 // 8Gi // SafeToEvictKey - annotation that ignores constraints to evict a pod like not being replicated, being on // kube-system namespace or having a local storage if set to "false". SafeToEvictKey = "cluster-autoscaler.kubernetes.io/safe-to-evict" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
client.Client
EtcdbrHTTPClient httpClientInterface
// contains filtered or unexported fields
}
Reconciler reconciles compaction jobs for Etcd resources.
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, config druidconfigv1alpha1.CompactionControllerConfiguration) (*Reconciler, error)
NewReconciler creates a new reconciler for Compaction
func NewReconcilerWithImageVector ¶
func NewReconcilerWithImageVector(mgr manager.Manager, config druidconfigv1alpha1.CompactionControllerConfiguration, imageVector imagevector.ImageVector) *Reconciler
NewReconcilerWithImageVector creates a new reconciler for Compaction with an ImageVector. This constructor will mostly be used by tests.
func (*Reconciler) RegisterWithManager ¶
func (r *Reconciler) RegisterWithManager(mgr ctrl.Manager) error
RegisterWithManager registers the Compaction Controller with the given controller manager.
Click to show internal directories.
Click to hide internal directories.