Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGenericStatusSyncController ¶
func NewGenericStatusSyncController(mgr ctrl.Manager, logName string, transport transport.Transport, finalizerName string, orderedBundleCollection []*BundleCollectionEntry, createObjFunc CreateObjectFunction, syncInterval time.Duration, predicate predicate.Predicate) error
NewGenericStatusSyncController creates a new instnace of genericStatusSyncController and adds it to the manager.
Types ¶
type BundleCollectionEntry ¶
type BundleCollectionEntry struct {
// contains filtered or unexported fields
}
BundleCollectionEntry holds information about a specific bundle.
func NewBundleCollectionEntry ¶
func NewBundleCollectionEntry(transportBundleKey string, bundle bundle.Bundle, predicate func() bool) *BundleCollectionEntry
NewBundleCollectionEntry creates a new instnace of BundleCollectionEntry.
type CreateObjectFunction ¶
CreateObjectFunction is a function for how to create an object that is stored inside the bundle.
Click to show internal directories.
Click to hide internal directories.