Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConditions ¶
func GetConditions(existingData *unstructured.Unstructured) (v1beta1.Conditions, interface{}, error)
func MergeMaps ¶
MergeMaps merges the values in the passed maps into a new map. Values within m2 potentially clobber m1 values.
func ReconcileCustomObject ¶
func ReconcileCustomObject(existing, desired *unstructured.Unstructured) (updated bool)
Types ¶
type ListableTracker ¶
type ListableTracker interface {
WatchOnDynamicObject(ctx context.Context, gvr schema.GroupVersionResource) error
}
func NewListableTracker ¶
func NewListableTracker(ctx context.Context, getter func(ctx context.Context) duck.InformerFactory, impl *controller.Impl) ListableTracker
NewListableTracker creates a new ListableTracker, backed by a TypedInformerFactory.
Click to show internal directories.
Click to hide internal directories.