Documentation
¶
Index ¶
- func AccumulatorAdd(acc Accumulator, resource gvk.ResourceID, obj AccumulatorObject)
- type Accumulator
- type AccumulatorItem
- type AccumulatorObject
- type Processor
- func (r *Processor) Apply(ctx context.Context, c client.Client, obj *unstructured.Unstructured, ...) (lastApply *metav1.Time, created bool, err error)
- func (r *Processor) Prune(ctx context.Context, c client.Client, obj *unstructured.Unstructured, ...) (deleted bool, err error)
- func (p *Processor) Reconcile(ctx context.Context, log logr.Logger, c client.Client, ...) (err error)
- type ProcessorOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccumulatorAdd ¶
func AccumulatorAdd( acc Accumulator, resource gvk.ResourceID, obj AccumulatorObject, )
Types ¶
type AccumulatorItem ¶
type AccumulatorItem struct {
Resource gvk.ResourceID
Objects *[]AccumulatorObject
}
Keeps track of generated items.
type AccumulatorObject ¶
type AccumulatorObject struct {
Origin gvk.TenantResourceIDWithOrigin
Object *unstructured.Unstructured
}
Keeps track of generated items.
type Processor ¶
type Processor struct {
Configuration configuration.Configuration
AllowCrossNamespaceSelection bool
GatherClient client.Reader
Mapper k8smeta.RESTMapper
}
func (*Processor) Apply ¶
func (r *Processor) Apply( ctx context.Context, c client.Client, obj *unstructured.Unstructured, fieldOwner string, force bool, adopt bool, ownerreference *metav1.OwnerReference, current *meta.ObjectReferenceStatus, ) (lastApply *metav1.Time, created bool, err error)
func (*Processor) Prune ¶
func (r *Processor) Prune( ctx context.Context, c client.Client, obj *unstructured.Unstructured, fieldOwner string, current *meta.ObjectReferenceStatus, ) (deleted bool, err error)
Prune by reverting the patch by the given fieldOwner If the item was created by the controller and has no more field-managers we are going to delete.
func (*Processor) Reconcile ¶
func (p *Processor) Reconcile( ctx context.Context, log logr.Logger, c client.Client, processed *meta.ProcessedItems, acc Accumulator, opts ProcessorOptions, ) (err error)
type ProcessorOptions ¶
Click to show internal directories.
Click to hide internal directories.