Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpaasInstanceReconciler ¶
type RpaasInstanceReconciler struct { client.Client Log logr.Logger SystemRateLimiter SystemRolloutRateLimiter EventRecorder record.EventRecorder }
RpaasInstanceReconciler reconciles a RpaasInstance object
func (*RpaasInstanceReconciler) SetupWithManager ¶
func (r *RpaasInstanceReconciler) SetupWithManager(mgr ctrl.Manager) error
type RpaasValidationReconciler ¶ added in v0.41.0
RpaasValidationReconciler reconciles a RpaasValidation object
func (*RpaasValidationReconciler) SetupWithManager ¶ added in v0.41.0
func (r *RpaasValidationReconciler) SetupWithManager(mgr ctrl.Manager) error
type SystemRolloutRateLimiter ¶ added in v0.39.0
type SystemRolloutRateLimiter interface {
Reserve() (allowed bool, reservation SystemRolloutReservation)
}
func NewSystemRolloutRateLimiter ¶ added in v0.39.0
func NewSystemRolloutRateLimiter(operations int, interval time.Duration) SystemRolloutRateLimiter
type SystemRolloutReservation ¶ added in v0.39.0
type SystemRolloutReservation interface {
Cancel()
}
func NoopReservation ¶ added in v0.39.0
func NoopReservation() SystemRolloutReservation
Click to show internal directories.
Click to hide internal directories.