Versions in this module Expand all Collapse all v1 v1.30.0 Jun 29, 2026 Changes in this version + type Config struct + LeaseDuration time.Duration + ReleasedLeaseDuration time.Duration + RenewDeadline time.Duration + RetryPeriod time.Duration + type Runnable struct + func New(kubeClient kubernetes.Interface, instance *postgres.Instance) *Runnable + func (r *Runnable) Acquire(ctx context.Context, config Config) error + func (r *Runnable) Release(ctx context.Context) error + func (r *Runnable) Start(ctx context.Context) error v1.30.0-rc1 Jun 19, 2026