Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Settings = &settings.Settings
Application settings.
Functions ¶
Types ¶
type ClusterPredicate ¶
type ClusterPredicate struct { }
Cluster predicate
func (ClusterPredicate) Create ¶
func (r ClusterPredicate) Create(e event.CreateEvent) bool
func (*ClusterPredicate) Delete ¶
func (r *ClusterPredicate) Delete(e event.DeleteEvent) bool
func (*ClusterPredicate) Generic ¶
func (r *ClusterPredicate) Generic(e event.GenericEvent) bool
func (ClusterPredicate) Update ¶
func (r ClusterPredicate) Update(e event.UpdateEvent) bool
type ReconcileDiscovery ¶
type ReconcileDiscovery struct {
// contains filtered or unexported fields
}
func (*ReconcileDiscovery) IsValid ¶
func (r *ReconcileDiscovery) IsValid(cluster *migapi.MigCluster) bool
Click to show internal directories.
Click to hide internal directories.