Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceRolloutReconciler ¶
DeviceRolloutReconciler reconciles a DeviceRollout object.
func (*DeviceRolloutReconciler) Error ¶
func (r *DeviceRolloutReconciler) Error(ctx context.Context, err error, msg string, kvs ...interface{})
func (*DeviceRolloutReconciler) Reconcile ¶
func (r *DeviceRolloutReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*DeviceRolloutReconciler) SetupWithManager ¶
func (r *DeviceRolloutReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GitRepositoryRevisionChangePredicate ¶
GitRepositoryRevisionChangePredicate triggers an update event when a GitRepository revision changes.
func (GitRepositoryRevisionChangePredicate) Create ¶
func (GitRepositoryRevisionChangePredicate) Create(e event.CreateEvent) bool
func (GitRepositoryRevisionChangePredicate) Update ¶
func (GitRepositoryRevisionChangePredicate) Update(e event.UpdateEvent) bool
type GitRepositoryWatcher ¶
GitRepositoryWatcher watches GitRepository objects for revision changes.
func (*GitRepositoryWatcher) Error ¶
func (r *GitRepositoryWatcher) Error(ctx context.Context, err error, msg string, kvs ...interface{})
func (*GitRepositoryWatcher) Reconcile ¶
func (r *GitRepositoryWatcher) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*GitRepositoryWatcher) SetupWithManager ¶
func (r *GitRepositoryWatcher) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.