Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitRepositoryRevisionChangePredicate ¶
func (GitRepositoryRevisionChangePredicate) Create ¶
func (GitRepositoryRevisionChangePredicate) Create(e event.CreateEvent) bool
func (GitRepositoryRevisionChangePredicate) Delete ¶
func (GitRepositoryRevisionChangePredicate) Delete(e event.DeleteEvent) bool
func (GitRepositoryRevisionChangePredicate) Update ¶
func (GitRepositoryRevisionChangePredicate) Update(e event.UpdateEvent) bool
type GitRepositoryWatcher ¶
KustomizationReconciler watches a GitRepository object
func (*GitRepositoryWatcher) SetupWithManager ¶
func (r *GitRepositoryWatcher) SetupWithManager(mgr ctrl.Manager) error
type KustomizationGarbageCollectPredicate ¶
func (KustomizationGarbageCollectPredicate) Delete ¶
func (gc KustomizationGarbageCollectPredicate) Delete(e event.DeleteEvent) bool
Delete removes all Kubernetes objects based on the prune label selector.
type KustomizationReconciler ¶
KustomizationReconciler reconciles a Kustomization object
func (*KustomizationReconciler) SetupWithManager ¶
func (r *KustomizationReconciler) SetupWithManager(mgr ctrl.Manager) error
type KustomizationSyncAtPredicate ¶
func (KustomizationSyncAtPredicate) Update ¶
func (KustomizationSyncAtPredicate) Update(e event.UpdateEvent) bool
type ProfileReconciler ¶
ProfileReconciler reconciles a Profile object
func (*ProfileReconciler) SetupWithManager ¶
func (r *ProfileReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.